glproto/vao: only supported in core for ES 3.0+
authorMatthew Waters <matthew@centricular.com>
Fri, 6 Feb 2015 01:53:15 +0000 (12:53 +1100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:54 +0000 (19:31 +0000)
Was causing horizontally flipped video for frame 2 onward on android

gst-libs/gst/gl/glprototypes/vao.h

index 6b8754f..32d1159 100644 (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,