GStreamer multimedia framework
Go to file
Matthew Waters 7306f2de2c glwindow: move g_main_context_push/pop_thread_default() to run()
Calling g_main_context_push_thread and then g_main_context_invoke()
(used by gst_gl_window_send_message_async()) in the same thread will
cause the invoked function to run immediately instead of being delayed.

This had implications for the creation of the OpenGL context not waiting
until the main loop had completely started up and as a result would
sometimes deadlock in short create/destroy scenarios.

https://bugzilla.gnome.org/show_bug.cgi?id=775171
2017-12-09 19:32:25 +00:00
ext/gl gldownload: fix element description (was "OpenGL uploader") 2017-12-09 19:32:25 +00:00
gst-libs/gst/gl glwindow: move g_main_context_push/pop_thread_default() to run() 2017-12-09 19:32:25 +00:00
pkgconfig gl/pkgconfig: add the lib include dir to the list of includes 2017-12-09 19:32:22 +00:00
tests gl/tests: fix glimagesink element test on OSX 2017-12-09 19:32:25 +00:00