gl/egl: check the feature in the extensions list

https://bugzilla.gnome.org/show_bug.cgi?id=774518
This commit is contained in:
Víctor Manuel Jáquez Leal 2016-11-16 13:05:11 +01:00
parent 4cb1bcf142
commit 9ca4c8ec35

View file

@ -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