summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gst-libs/gst/gl/egl/gstglcontext_egl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/gl/egl/gstglcontext_egl.c b/gst-libs/gst/gl/egl/gstglcontext_egl.c
index c46693fe7..305a3d46b 100644
--- a/gst-libs/gst/gl/egl/gstglcontext_egl.c
+++ b/gst-libs/gst/gl/egl/gstglcontext_egl.c
@@ -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