Skip to content

egl: handle configless contexts

Matthias Clasen requested to merge matthiasc/gstreamer:egl-no-config into main

With EGL_KHR_no_config_context, EGL contexts may just not have an EGLConfig to give you. Deal with it.

Fixes: #858 (closed)

Merge request reports