Skip to content

Commit

Permalink
glprototypes: Add GST_GL_API_OPENGL to available version of sync
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
seungha-yang committed Jun 25, 2021
1 parent 30f88aa commit f8dc833
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gst-libs/gst/gl/glprototypes/sync.h
Expand Up @@ -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",
Expand Down

0 comments on commit f8dc833

Please sign in to comment.