diff options
author | Julien Moutte <julien@moutte.net> | 2005-10-23 14:38:00 +0000 |
---|---|---|
committer | Julien Moutte <julien@moutte.net> | 2005-10-23 14:38:00 +0000 |
commit | 3841e653e7b41881781cd4411e3cb93574c0e938 (patch) | |
tree | 106707045c8523ce42f982128926ae1cd2dd46c6 | |
parent | 35ef7dd688fa1266221552cc0d4978d3b3653c33 (diff) | |
download | gst-plugins-bad-3841e653e7b41881781cd4411e3cb93574c0e938.tar.gz gst-plugins-bad-3841e653e7b41881781cd4411e3cb93574c0e938.tar.bz2 gst-plugins-bad-3841e653e7b41881781cd4411e3cb93574c0e938.zip |
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.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | gst/tta/gstttaparse.c | 2 |
2 files changed, 5 insertions, 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), diff --git a/gst/tta/gstttaparse.c b/gst/tta/gstttaparse.c index 223b6657..9aea2e71 100644 --- a/gst/tta/gstttaparse.c +++ b/gst/tta/gstttaparse.c @@ -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 ()); |