mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-14 18:25:22 +00:00
There were still some races going on where seeking events wouldn't be properly intercepted/executed by this thread. * Instead of always waiting for the GCond to be emitted, first just check if there is an event available * Take ownership of the event *while* the lock is taken and not after releasing/reacquiring it * Finally acquire lock at the very top and release it at the end to make it a bit more streamlined This removes the remaining issues with seeks not being executed |
||
---|---|---|
.. | ||
alsa | ||
cdparanoia | ||
libvisual | ||
ogg | ||
opus | ||
pango | ||
theora | ||
vorbis | ||
Makefile.am | ||
meson.build |