gst/realmedia/rmdemux.c: STOPPED->FAILED
authorJulien Moutte <julien@moutte.net>
Sun, 23 Oct 2005 14:32:49 +0000 (14:32 +0000)
committerJulien Moutte <julien@moutte.net>
Sun, 23 Oct 2005 14:32:49 +0000 (14:32 +0000)
Original commit message from CVS:
2005-10-23  Julien MOUTTE  <julien@moutte.net>

* gst/realmedia/rmdemux.c: (gst_rmdemux_loop): STOPPED->FAILED

ChangeLog
gst/realmedia/rmdemux.c

index 81a5fcf..7e52c6e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-10-23  Julien MOUTTE  <julien@moutte.net>
+
+       * gst/realmedia/rmdemux.c: (gst_rmdemux_loop): STOPPED->FAILED
+
 2005-10-21  Wim Taymans  <wim@fluendo.com>
 
        * gst/realmedia/rmdemux.c: (gst_rmdemux_validate_offset),
index f1a0519..0f7a36b 100644 (file)
@@ -867,7 +867,7 @@ need_pause:
     gst_pad_pause_task (pad);
     if (GST_FLOW_IS_FATAL (ret)) {
       gst_rmdemux_send_event (rmdemux, gst_event_new_eos ());
-      GST_ELEMENT_ERROR (rmdemux, STREAM, STOPPED, (NULL),
+      GST_ELEMENT_ERROR (rmdemux, STREAM, FAILED, (NULL),
           ("stream stopped, reason %d", ret));
     }
     return;