From f8dc83397560d9bdae3de276c8e28c6f3a44d269 Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Fri, 25 Jun 2021 15:24:21 +0900 Subject: [PATCH] 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: --- gst-libs/gst/gl/glprototypes/sync.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gst-libs/gst/gl/glprototypes/sync.h b/gst-libs/gst/gl/glprototypes/sync.h index 284592e479..d6620478db 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",