mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 14:36:24 +00:00
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>
This commit is contained in:
parent
30f88aa7c8
commit
f8dc833975
1 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue