From: Víctor Manuel Jáquez Leal Date: Wed, 16 Nov 2016 12:05:11 +0000 (+0100) Subject: gl/egl: check the feature in the extensions list X-Git-Tag: 1.16.2~955^2~192 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ddf7fe0e80472cf893b8e67c65896fbe3d9d8a2e;p=platform%2Fupstream%2Fgst-plugins-base.git gl/egl: check the feature in the extensions list https://bugzilla.gnome.org/show_bug.cgi?id=774518 --- 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