summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2020-11-03 16:40:38 +0200
committerTim-Philipp Müller <tim@centricular.com>2020-11-04 10:00:35 +0000
commit3b9b478f8ba0bedbb587a565b1327f79b1b9a616 (patch)
treef36b280322e80c93f1655be2bc6a03646abe05d2
parent12357367c0d474e5a0dc614e02bacacced2ad966 (diff)
downloadgstreamer-plugins-base-3b9b478f8ba0bedbb587a565b1327f79b1b9a616.tar.gz
gl: Fix prototype of glGetSynciv()
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/917>
-rw-r--r--gst-libs/gst/gl/glprototypes/sync.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/gst-libs/gst/gl/glprototypes/sync.h b/gst-libs/gst/gl/glprototypes/sync.h
index 30c60e44c..284592e47 100644
--- a/gst-libs/gst/gl/glprototypes/sync.h
+++ b/gst-libs/gst/gl/glprototypes/sync.h
@@ -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 ()