diff --git a/gst-libs/gst/gl/egl/gstglcontext_egl.c b/gst-libs/gst/gl/egl/gstglcontext_egl.c index c46693fe7e..305a3d46b1 100644 --- a/gst-libs/gst/gl/egl/gstglcontext_egl.c +++ b/gst-libs/gst/gl/egl/gstglcontext_egl.c @@ -832,7 +832,7 @@ gst_gl_context_egl_check_feature (GstGLContext * context, const gchar * feature) context_egl->eglDestroyImage != NULL; } - return FALSE; + return gst_gl_check_extension (feature, context_egl->egl_exts); } guintptr