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
@ -832,7 +832,7 @@ gst_gl_context_egl_check_feature (GstGLContext * context, const gchar * feature)
|
|||||||
context_egl->eglDestroyImage != NULL;
|
context_egl->eglDestroyImage != NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
return FALSE;
|
return gst_gl_check_extension (feature, context_egl->egl_exts);
|
||||||
}
|
}
|
||||||
|
|
||||||
guintptr
|
guintptr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user