diff --git a/gst/mxf/mxfdemux.c b/gst/mxf/mxfdemux.c index b372f74b23..eefdf81734 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;