There is a debug log when this extension is missing, but it was
reporting the wrong extension name, which was confusing.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3748>
if (dmabuf->target == GST_GL_TEXTURE_TARGET_EXTERNAL_OES &&
!gst_gl_context_check_feature (dmabuf->upload->context,
"GL_OES_EGL_image_external")) {
- GST_DEBUG_OBJECT (dmabuf->upload,
- "no EGL_KHR_image_base_external extension");
+ GST_DEBUG_OBJECT (dmabuf->upload, "no GL_OES_EGL_image_external extension");
return FALSE;
}