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.
This commit is contained in:
Matthew Waters 2016-03-22 07:20:59 +00:00 committed by Tim-Philipp Müller
parent b1bfcac299
commit b5e8763a07

View file

@ -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",