gstreamer/plugins
Thibault Saunier 63ccf45395 inputselector: Ensure that events are pushed first on active pad
Making it less random and fixing a race in a GES test where we have
as pipeline:

```
videotestsrc ! output-selector name=s ! input-selector name=i s. ! timecodestamper ! i.
```

which we seek, leading to the seek reaching the video testsrc
without going through the timecodestamper and generating a buffer
even before timecodestamper gets the seek which means that its internal
state is wrong compared to the datastream it gets and attaches wrong
timecode metas.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/485>
2020-05-15 13:51:43 +00:00
..
elements inputselector: Ensure that events are pushed first on active pad 2020-05-15 13:51:43 +00:00
tracers tracers: rusage: use thread-local storage for per-thread stats 2020-02-28 15:54:38 +00:00
meson.build Meson: Add 'coretracers' feature option 2019-12-03 19:01:38 -05:00