summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2015-08-15 10:03:07 +0200
committerSebastian Dröge <sebastian@centricular.com>2015-08-15 10:03:07 +0200
commitf4a76139db91b298605af486f632fae71956fa7e (patch)
tree1d7b209fe9fcba76598da022806d812369d6ee1b
parent591b2e2c68ac83b09394e3d19f6dca7ca0340294 (diff)
downloadgstreamer-plugins-bad-f4a76139db91b298605af486f632fae71956fa7e.tar.gz
opengl: Change GLclampd to double
GLclampd does not exist on GLES, only desktop GL.
-rw-r--r--gst-libs/gst/gl/glprototypes/opengl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/gl/glprototypes/opengl.h b/gst-libs/gst/gl/glprototypes/opengl.h
index e8fbfbb57..ac47d5280 100644
--- a/gst-libs/gst/gl/glprototypes/opengl.h
+++ b/gst-libs/gst/gl/glprototypes/opengl.h
@@ -58,7 +58,7 @@ GST_GL_EXT_FUNCTION (void, DepthRange,
GST_GL_EXT_FUNCTION (void, DrawBuffer,
(GLenum mode))
GST_GL_EXT_FUNCTION (void, ClearDepth,
- (GLclampd depth))
+ (double depth))
GST_GL_EXT_END ()
GST_GL_EXT_BEGIN (only_in_big_gl_compat,