diff --git a/gst/mxf/mxfdemux.c b/gst/mxf/mxfdemux.c index 7681d51bf0..18453da878 100644 --- a/gst/mxf/mxfdemux.c +++ b/gst/mxf/mxfdemux.c @@ -3554,6 +3554,7 @@ gst_mxf_demux_seek_pull (GstMXFDemux * demux, GstEvent * event) } p->discont = TRUE; } + gst_flow_combiner_reset (demux->flowcombiner); if (new_offset == -1) { GST_WARNING_OBJECT (demux, "No new offset found"); ret = FALSE;