mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
tools: gst-launch: set GST_GL_XINITTHREADS
This ensure that XInitThreads is called and so gl contexts are properly initialized. https://bugzilla.gnome.org/show_bug.cgi?id=776401
This commit is contained in:
parent
44264ae870
commit
8ef1b65364
1 changed files with 2 additions and 0 deletions
|
@ -1005,6 +1005,8 @@ main (int argc, char *argv[])
|
|||
#endif
|
||||
|
||||
g_set_prgname ("gst-launch-" GST_API_VERSION);
|
||||
/* Ensure XInitThreads() is called if/when needed */
|
||||
g_setenv ("GST_GL_XINITTHREADS", "1", TRUE);
|
||||
|
||||
#ifndef GST_DISABLE_OPTION_PARSING
|
||||
ctx = g_option_context_new ("PIPELINE-DESCRIPTION");
|
||||
|
|
Loading…
Reference in a new issue