mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
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:
parent
4ecd3af444
commit
e43f178107
2 changed files with 5 additions and 1 deletions
|
@ -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),
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue