mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
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
dd42e1c467
commit
c02f2718b2
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
GST_GL_EXT_BEGIN (sync,
|
GST_GL_EXT_BEGIN (sync,
|
||||||
GST_GL_API_OPENGL3,
|
GST_GL_API_OPENGL3 | GST_GL_API_GLES2,
|
||||||
3, 2,
|
3, 2,
|
||||||
3, 0,
|
3, 0,
|
||||||
"APPLE\0",
|
"APPLE\0",
|
||||||
|
|
Loading…
Reference in a new issue