From 31a5beb3f38b41e4b206a57742b53af524dafa04 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Sun, 10 Mar 2013 13:37:48 +1100 Subject: [PATCH] [680/906] overlay: tentative port to new GstGLFuncs API --- gst-libs/gst/gl/glprototypes/opengl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst-libs/gst/gl/glprototypes/opengl.h b/gst-libs/gst/gl/glprototypes/opengl.h index 7e1c6f637d..10d93fa86c 100644 --- a/gst-libs/gst/gl/glprototypes/opengl.h +++ b/gst-libs/gst/gl/glprototypes/opengl.h @@ -152,6 +152,8 @@ GST_GL_EXT_FUNCTION (void, TexImage1D, const GLvoid *data)) GST_GL_EXT_FUNCTION (void, Rotatef, (GLfloat angle, GLfloat x, GLfloat y, GLfloat z)) +GST_GL_EXT_FUNCTION (void, Translatef, + (GLfloat x, GLfloat y, GLfloat z)) GST_GL_EXT_FUNCTION (void, Lightfv, (GLenum light, GLenum pname, const GLfloat *params)) GST_GL_EXT_FUNCTION (void, ColorMaterial,