gstreamer/gst-libs
Matthew Waters a4e49ba8c9 gl: avoid deadlock querying for OpenGL context
If there are two elements and threads attempting to query each other for
an OpenGL context. The locking may result in a deadlock.

We need to unlock each element's context_lock when querying another
element for the OpenGL context in order to allow any other element to
take the lock when the other element is querying for an OpenGL context.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/642>
2020-04-24 18:03:16 +10:00
..
gst gl: avoid deadlock querying for OpenGL context 2020-04-24 18:03:16 +10:00
meson.build Add support for Meson as alternative/parallel build system 2016-08-20 11:09:51 +01:00