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 committed by Tim-Philipp Müller
parent 8b9a29a97c
commit ddf7fe0e80

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