mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 00:58:12 +00:00
glproto/vao: only supported in core for ES 3.0+
Was causing horizontally flipped video for frame 2 onward on android
This commit is contained in:
parent
62309fbfa0
commit
04db2d8eb6
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
GST_GL_EXT_BEGIN (vao,
|
GST_GL_EXT_BEGIN (vao,
|
||||||
GST_GL_API_OPENGL3 | GST_GL_API_GLES2,
|
GST_GL_API_OPENGL3 | GST_GL_API_GLES2,
|
||||||
3, 0,
|
3, 0,
|
||||||
2, 0,
|
3, 0,
|
||||||
"ARB:\0OES\0",
|
"ARB:\0OES\0",
|
||||||
"vertex_array_object\0")
|
"vertex_array_object\0")
|
||||||
GST_GL_EXT_FUNCTION (void, GenVertexArrays,
|
GST_GL_EXT_FUNCTION (void, GenVertexArrays,
|
||||||
|
|
Loading…
Reference in a new issue