From 576f950e18bd3635f989590b4e881b9f255318a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 3 Nov 2020 16:40:38 +0200 Subject: [PATCH] gl: Fix prototype of glGetSynciv() Part-of: --- gst-libs/gst/gl/glprototypes/sync.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/gl/glprototypes/sync.h b/gst-libs/gst/gl/glprototypes/sync.h index 30c60e44c2..284592e479 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 ()