From 2270026d829c58ab73d13855019a34a889af07ab Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Sun, 29 Mar 2015 14:01:50 +0200 Subject: [PATCH] avdemux: resurrect some flow return handling https://bugzilla.gnome.org/show_bug.cgi?id=744572 --- ext/libav/gstavdemux.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/libav/gstavdemux.c b/ext/libav/gstavdemux.c index 3d300e7..37eaabb 100644 --- a/ext/libav/gstavdemux.c +++ b/ext/libav/gstavdemux.c @@ -634,6 +634,7 @@ gst_ffmpegdemux_perform_seek (GstFFMpegDemux * demux, GstEvent * event) /* Mark discont on all srcpads and remove eos */ gst_ffmpegdemux_set_flags (demux, TRUE, FALSE); + gst_flow_combiner_reset (demux->flowcombiner); /* and restart the task in case it got paused explicitely or by * the FLUSH_START event we pushed out. */ -- 2.7.4