mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-03 06:56:46 +00:00
bcf95cc087
Some NLE tests were calling ges_init() from the test suite
initialization function. This was causing them to deadlock when running
with glib 2.76.3.
ges_init() causes a GThreadPool to be initialized. Even if GES at this
point doesn't request any thread to be created, since glib 2.63.4+
(see
|
||
---|---|---|
.. | ||
common.c | ||
common.h | ||
complex.c | ||
nlecomposition.c | ||
nleoperation.c | ||
nlesource.c | ||
seek.c | ||
simple.c | ||
tempochange.c |