gstreamer/ext
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
..
alsa remove various useless linefeed in logs 2019-12-11 10:07:12 +01:00
cdparanoia Remove autotools build system 2019-10-13 14:15:43 +01:00
gl gl: avoid deadlock querying for OpenGL context 2020-04-24 18:03:16 +10:00
libvisual Remove autotools build system 2019-10-13 14:15:43 +01:00
ogg oggstream: Workaround for broken PAR in VP8 BOS 2020-01-13 09:09:02 +00:00
opus opusenc: Add low delay option 2019-11-17 18:23:59 +00:00
pango textrender: Don't calculate caps on every buffer 2020-04-21 23:17:28 +10:00
theora tests: oggmux: check vorbisenc + theoraenc availability at runtime 2019-12-09 07:33:55 +00:00
vorbis vorbis: drop unneeded check for vorbis_synthesis_restart() 2019-12-09 07:33:55 +00:00
meson.build meson: Remove outdated msvc-specific disabling code 2019-02-21 19:19:09 +05:30