summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2016-03-22 07:20:59 +0000
committerMatthew Waters <matthew@centricular.com>2016-03-22 23:30:10 +1100
commitc02f2718b25e9114e85f782e86a4cb4ae562d03b (patch)
tree40c5626bb04706959a2a1c49258927e43c652ad0
parentdd42e1c467de263cfd19cdba19964cfab169c795 (diff)
downloadgstreamer-plugins-bad-c02f2718b25e9114e85f782e86a4cb4ae562d03b.tar.gz
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.
-rw-r--r--gst-libs/gst/gl/glprototypes/sync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/gl/glprototypes/sync.h b/gst-libs/gst/gl/glprototypes/sync.h
index 212334405..30c60e44c 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",