mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
gl/egl: check the feature in the extensions list
https://bugzilla.gnome.org/show_bug.cgi?id=774518
This commit is contained in:
parent
8b9a29a97c
commit
ddf7fe0e80
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue