mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
validate: 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=747840 Signed-off-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
This commit is contained in:
parent
0fcee6ed84
commit
8a6494ddf8
1 changed files with 4 additions and 0 deletions
|
@ -455,6 +455,10 @@ class GstValidateTest(Test):
|
|||
if self.options.no_color:
|
||||
subproc_env["GST_DEBUG_NO_COLOR"] = '1'
|
||||
|
||||
# Ensure XInitThreads is called, see bgo#731525
|
||||
subproc_env['GST_GL_XINITTHREADS'] = '1'
|
||||
self.add_env_variable('GST_GL_XINITTHREADS', '1')
|
||||
|
||||
return subproc_env
|
||||
|
||||
def clean(self):
|
||||
|
|
Loading…
Reference in a new issue