From 32e87b1024e8019e471273e7f9553e0487a09fc4 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Sat, 28 Mar 2015 17:28:34 +0100 Subject: [PATCH] mxfdemux: resurrect some flow return handling https://bugzilla.gnome.org/show_bug.cgi?id=744572 --- gst/mxf/mxfdemux.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/mxf/mxfdemux.c b/gst/mxf/mxfdemux.c index 7681d51..18453da 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; -- 2.7.4