mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
gl: Add \0 terminators for the Apple sync extension
Otherwise GL initialization might check for extensions forever and never finishes.
This commit is contained in:
parent
3d0257e1b6
commit
22a0914cce
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ GST_GL_EXT_BEGIN (sync,
|
|||
GST_GL_API_OPENGL3,
|
||||
3, 2,
|
||||
3, 0,
|
||||
"APPLE",
|
||||
"sync")
|
||||
"APPLE\0",
|
||||
"sync\0")
|
||||
GST_GL_EXT_FUNCTION (GLsync, FenceSync,
|
||||
(GLenum condition,
|
||||
GLbitfield flags))
|
||||
|
|
Loading…
Reference in a new issue