gstreamer/tests/examples/clutter
Julien Isorce 76afadd6c7 [342/906] Fix texture actor update due to a too strong thread locking.
On linux, the GSource func attached to the clutter_threads_add_idle
was not getting the cpu ressource periodically.
Because the use of clutter_threads_enter/leave inside the fakesink
callback seems to be too strong.
So remove the use if clutter_threads_enter/leave in the fakesink callback.
Then replace GQueue by GAsyncQueue to keep thread safe access to the
communication queues between clutter and gst-gl.
Call clutter_threads_add_idle with high priority.
2014-03-15 18:36:34 +01:00
..
clutteractor.c [310/906] Global reindent 2014-03-15 18:36:33 +01:00
clutteractortee.c [325/906] Restore glimagesink instead of ximagesink 2014-03-15 18:36:33 +01:00
cluttershare.c [342/906] Fix texture actor update due to a too strong thread locking. 2014-03-15 18:36:34 +01:00