nlecomposition: Always execute seeks
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Thu, 7 Sep 2017 16:08:40 +0000 (12:08 -0400)
committerThibault Saunier <thibault.saunier@osg.samsung.com>
Tue, 19 Sep 2017 14:24:22 +0000 (11:24 -0300)
commit5dd5b163aeb2539a2134c00ab15eabe5a322357d
tree67af55822a9f7e6fb7485a90f0fdb5420a929c44
parentfaf44ac0e2705f2f4e4c17199642605ae62824eb
nlecomposition: Always execute seeks

We have an optiominisation to avoid double seeks when a seek is passed
the end of the current stack. The problem, is that we no longer flush
the pipeline when this code is reached. This patch comments out this
optimization adding a FIXME. As mention, flushing the stack instead of
seeking would work, but does not seem trivial considering all the
mechanic inplace to forward or not the events.

https://bugzilla.gnome.org/show_bug.cgi?id=787405
plugins/nle/nlecomposition.c