diff options
Diffstat (limited to 'gst')
-rw-r--r-- | gst/mxf/mxfdemux.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gst/mxf/mxfdemux.c b/gst/mxf/mxfdemux.c index b372f74b2..eefdf8173 100644 --- a/gst/mxf/mxfdemux.c +++ b/gst/mxf/mxfdemux.c @@ -3349,9 +3349,6 @@ gst_mxf_demux_chain (GstPad * pad, GstObject * parent, GstBuffer * inbuf) continue; } - if (G_UNLIKELY (ret != GST_FLOW_OK)) - break; - /* Need more data */ if (demux->run_in == -1 && demux->offset < 64 * 1024) break; |