assrender: don't send flush events on seeks
authorTim-Philipp Müller <tim@centricular.com>
Fri, 6 Nov 2015 19:26:21 +0000 (19:26 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 6 Nov 2015 20:31:31 +0000 (20:31 +0000)
commit63853b7b0dbc8cef8e471ff7d5470e08f6099aa9
treee069d9113ca41aa029363c7cc71574e60594f6c0
parent1a1bfb19d48c18d9f5d6b845cc91628f2b5289cf
assrender: don't send flush events on seeks

It's for the upstream element driving the pipeline to
handle seeks and send flush events or not, filters
should not interfere here, otherwise downstream pads
could be flushing before upstream pads are flushing,
which can result in GST_FLOW_ERROR being sent instead
of GST_FLOW_FLUSHING when trying to forward sticky
events at just the wrong moment.
ext/assrender/gstassrender.c