diff options
Diffstat (limited to 'gst/tta/gstttaparse.c')
-rw-r--r-- | gst/tta/gstttaparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 ()); |