Skip to content

glfiter: Protect GstGLContext access

Jan Schmidt requested to merge thaytan/gstreamer:glfilter-context-lock into main

The propose and decide allocation vfuncs are called directly from basetransform and need to use the locked accessor function for retrieving a reliable reference to the GstGLContext (if available)

Fixes spurious crashes on shutdown during pad reconfiguration

Merge request reports