gl: Fix prototype of glGetSynciv()
authorSebastian Dröge <sebastian@centricular.com>
Tue, 3 Nov 2020 14:40:38 +0000 (16:40 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 3 Nov 2020 14:40:38 +0000 (16:40 +0200)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/914>

gst-libs/gst/gl/glprototypes/sync.h

index 30c60e4..284592e 100644 (file)
@@ -41,6 +41,8 @@ GST_GL_EXT_FUNCTION (void, WaitSync,
                       GLuint64 timeout))
 GST_GL_EXT_FUNCTION (void, GetSynciv,
                      (GLsync sync,
-                      GLenum flags,
-                      GLuint64 timeout))
+                      GLenum name,
+                      GLsizei buf_size,
+                      GLsizei *length,
+                      GLint *values))
 GST_GL_EXT_END ()