Original commit message from CVS:
2005-10-23 Julien MOUTTE <julien@moutte.net>
* gst/realmedia/rmdemux.c: (gst_rmdemux_loop): STOPPED->FAILED
+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),
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;