gst/realmedia/rmdemux.c: STOPPED->FAILED

Original commit message from CVS:
2005-10-23  Julien MOUTTE  <julien@moutte.net>

* gst/realmedia/rmdemux.c: (gst_rmdemux_loop): STOPPED->FAILED
This commit is contained in:
Julien Moutte 2005-10-23 14:32:49 +00:00
parent 4ecd3af444
commit e43f178107
2 changed files with 5 additions and 1 deletions

View file

@ -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),

View 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;