gstreamer/tests
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
..
check gl: avoid deadlock querying for OpenGL context 2020-04-24 18:03:16 +10:00
examples tests/examples/seek/instant-rate-change: Add example app 2020-04-01 21:01:38 +00:00
files Remove autotools build system 2019-10-13 14:15:43 +01:00
icles tests: playback: include stdlib.h unconditionally 2019-12-09 07:33:55 +00:00
meson.build meson: don't build icles when tests are disabled 2019-02-28 15:46:02 +00:00