mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
gst/tta/gstttaparse.c: STOPPED->FAILED.
Original commit message from CVS: 2005-10-23 Julien MOUTTE <julien@moutte.net> * gst/tta/gstttaparse.c: (gst_tta_parse_loop): STOPPED->FAILED.
This commit is contained in:
parent
35ef7dd688
commit
3841e653e7
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-10-23 Julien MOUTTE <julien@moutte.net>
|
||||
|
||||
* gst/tta/gstttaparse.c: (gst_tta_parse_loop): STOPPED->FAILED.
|
||||
|
||||
2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_class_init),
|
||||
|
|
|
@ -468,7 +468,7 @@ pause:
|
|||
GST_LOG_OBJECT (ttaparse, "pausing task %d", ret);
|
||||
gst_pad_pause_task (ttaparse->sinkpad);
|
||||
if (GST_FLOW_IS_FATAL (ret)) {
|
||||
GST_ELEMENT_ERROR (ttaparse, STREAM, STOPPED,
|
||||
GST_ELEMENT_ERROR (ttaparse, STREAM, FAILED,
|
||||
("streaming stopped, reason %d", ret),
|
||||
("streaming stopped, reason %d", ret));
|
||||
gst_pad_push_event (ttaparse->srcpad, gst_event_new_eos ());
|
||||
|
|
Loading…
Reference in a new issue