Skip to content

gl/window: marshall quit to the window thread

Matthew Waters requested to merge ystreet/gst-plugins-base:gl-race into master

Fixes a possible deadlock where we're waiting for the window thread to quit but it never does.

Hopefully fixes the CI timeouts from the OpenGL unit tests.

Merge request reports