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:
parent
b1bfcac299
commit
b5e8763a07
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user