From ddf7fe0e80472cf893b8e67c65896fbe3d9d8a2e Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Wed, 16 Nov 2016 13:05:11 +0100 Subject: [PATCH] gl/egl: check the feature in the extensions list https://bugzilla.gnome.org/show_bug.cgi?id=774518 --- gst-libs/gst/gl/egl/gstglcontext_egl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/gl/egl/gstglcontext_egl.c b/gst-libs/gst/gl/egl/gstglcontext_egl.c index c46693f..305a3d4 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 -- 2.7.4