summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeungha Yang <seungha@centricular.com>2021-06-25 15:24:21 +0900
committerSeungha Yang <seungha@centricular.com>2021-06-25 10:30:35 +0000
commitf8dc83397560d9bdae3de276c8e28c6f3a44d269 (patch)
tree4fae318bbe490c944a2a6f3683671e8b07295f9e
parent30f88aa7c865a0b9adca3fe3a81d97bd5f994707 (diff)
downloadgstreamer-plugins-base-f8dc83397560d9bdae3de276c8e28c6f3a44d269.tar.gz
glprototypes: Add GST_GL_API_OPENGL to available version of sync
Make sync APIs usable if supported, even when GST_GL_API_OPENGL3 is not selected Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1215>
-rw-r--r--gst-libs/gst/gl/glprototypes/sync.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst-libs/gst/gl/glprototypes/sync.h b/gst-libs/gst/gl/glprototypes/sync.h
index 284592e47..d6620478d 100644
--- a/gst-libs/gst/gl/glprototypes/sync.h
+++ b/gst-libs/gst/gl/glprototypes/sync.h
@@ -19,7 +19,8 @@
*/
GST_GL_EXT_BEGIN (sync,
- GST_GL_API_OPENGL3 | GST_GL_API_GLES2,
+ GST_GL_API_OPENGL3 | GST_GL_API_OPENGL |
+ GST_GL_API_GLES2,
3, 2,
3, 0,
"APPLE\0",