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:
Matthew Waters 2015-02-06 12:53:15 +11:00
parent 62309fbfa0
commit 04db2d8eb6

View file

@ -21,7 +21,7 @@
GST_GL_EXT_BEGIN (vao,
GST_GL_API_OPENGL3 | GST_GL_API_GLES2,
3, 0,
2, 0,
3, 0,
"ARB:\0OES\0",
"vertex_array_object\0")
GST_GL_EXT_FUNCTION (void, GenVertexArrays,