summaryrefslogtreecommitdiff
path: root/gst/tta/gstttaparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/tta/gstttaparse.c')
-rw-r--r--gst/tta/gstttaparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/tta/gstttaparse.c b/gst/tta/gstttaparse.c
index 069408ab6..e7c131ba9 100644
--- a/gst/tta/gstttaparse.c
+++ b/gst/tta/gstttaparse.c
@@ -432,7 +432,7 @@ found_eos:
{
GST_DEBUG ("found EOS");
gst_pad_push_event (ttaparse->srcpad, gst_event_new_eos ());
- return GST_FLOW_WRONG_STATE;
+ return GST_FLOW_FLUSHING;
}
pull_error:
{