Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Thibault Saunier
gst-plugins-base
Commits
576f950e
Commit
576f950e
authored
Nov 03, 2020
by
Sebastian Dröge
🍵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gl: Fix prototype of glGetSynciv()
Part-of: <
gstreamer/gst-plugins-base!914
>
parent
d268c193
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
gst-libs/gst/gl/glprototypes/sync.h
gst-libs/gst/gl/glprototypes/sync.h
+4
-2
No files found.
gst-libs/gst/gl/glprototypes/sync.h
View file @
576f950e
...
...
@@ -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
()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment