summaryrefslogtreecommitdiff
path: root/ext/bz2/gstbz2dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bz2/gstbz2dec.c')
-rw-r--r--ext/bz2/gstbz2dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bz2/gstbz2dec.c b/ext/bz2/gstbz2dec.c
index ac53f6095..1ceeb6487 100644
--- a/ext/bz2/gstbz2dec.c
+++ b/ext/bz2/gstbz2dec.c
@@ -185,7 +185,7 @@ decode_failed:
not_ready:
{
GST_ELEMENT_ERROR (b, LIBRARY, FAILED, (NULL), ("Decompressor not ready."));
- flow = GST_FLOW_WRONG_STATE;
+ flow = GST_FLOW_FLUSHING;
goto done;
}
}