gstreamer/plugins
Thibault Saunier e5045b33d5 nlesource: Wait for the seek to actualy happen before removing the probe
Make sure that an event resulting from the seek happens before removing
the pad probe, dropping anything while it is not the case.

This guarantees that the seek happens before `nlesource` outputs
anything. This was not necessary as with decodebin or usual source
flushing seeks lead to synchronous flush_start/flush_stop and we could
safely assume that once the seek is sent, it was happenning.
With nested `nlecomposition` this assumption is simply not true as
in the composition seeks are basically cached and happen later in
the composition updating thread.

This fixes races where we ended up removing the blocking probe before
the seek actually started to be executed in the nlecomposition
nested inside an nlesource which leaded to data from *before* the seek
to be outputed which means we could display wrong frames,
and it was leading to interesting deadlocks.
2019-07-05 18:30:41 -04:00
..
ges demux: Create timeline from the streaming thread 2019-07-05 17:57:04 -04:00
nle nlesource: Wait for the seek to actualy happen before removing the probe 2019-07-05 18:30:41 -04:00
Makefile.am plugins: add autotools build for new ges plugin 2019-02-26 14:00:33 +00:00
meson.build doc: Build documentation with hotdoc 2019-05-13 10:30:35 -04:00