From c02f2718b25e9114e85f782e86a4cb4ae562d03b Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Tue, 22 Mar 2016 07:20:59 +0000 Subject: [PATCH] gl/proto: sync operations are available on GLES 3.0 Without the GST_GL_API_GLES2 bit set, we will not even attempt to look for the function pointers in the core library and will fallback to glFlush/glFinish. --- gst-libs/gst/gl/glprototypes/sync.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/gl/glprototypes/sync.h b/gst-libs/gst/gl/glprototypes/sync.h index 212334405a..30c60e44c2 100644 --- a/gst-libs/gst/gl/glprototypes/sync.h +++ b/gst-libs/gst/gl/glprototypes/sync.h @@ -19,7 +19,7 @@ */ GST_GL_EXT_BEGIN (sync, - GST_GL_API_OPENGL3, + GST_GL_API_OPENGL3 | GST_GL_API_GLES2, 3, 2, 3, 0, "APPLE\0",