From 2ad315b9e90a2cade18f739c8dbbd57632241ca7 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Fri, 6 Feb 2015 12:53:15 +1100 Subject: [PATCH] glproto/vao: only supported in core for ES 3.0+ Was causing horizontally flipped video for frame 2 onward on android --- gst-libs/gst/gl/glprototypes/vao.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/gl/glprototypes/vao.h b/gst-libs/gst/gl/glprototypes/vao.h index 6b8754f..32d1159 100644 --- a/gst-libs/gst/gl/glprototypes/vao.h +++ b/gst-libs/gst/gl/glprototypes/vao.h @@ -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, -- 2.7.4