[Bug 792158] tests: gl headers test fails
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Jan 3 12:16:38 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=792158
Matthew Waters (ystreet00) <ystreet00 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
Target Milestone|git master |1.13.1
--- Comment #3 from Matthew Waters (ystreet00) <ystreet00 at gmail.com> ---
commit 7cc1431a56193c291554ea8bf90c565d4aa3782b
Author: Matthew Waters <matthew at centricular.com>
Date: Wed Jan 3 23:11:54 2018 +1100
libs/glheaders: move object creation to the gl thread where necessary
Some GL platforms (EGL, WGL) require deactivating the OpenGL context in
one thread before it can be used in another thread which this test
currently violates and would e.g. result in EGL_BAD_ACCESS errors from
gst_gl_context_activate().
Fix by moving the object creation into the GL thread instead and not
requiring additional gst_gl_context_activate() calls.
https://bugzilla.gnome.org/show_bug.cgi?id=792158
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list