summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorWang Xin-yu (王昕宇) <comicfans44@gmail.com>2016-01-29 10:35:15 +0800
committerMatthew Waters <matthew@centricular.com>2016-01-29 14:31:21 +1100
commit0891b90111aa8749c8ab08bab180e8bd3ff083dd (patch)
tree25a398aac0e8f22e6384bd0739bf2ad903838bbc /gst-libs
parentf3653a5e9cb0712d69607a0bdd598e43a72cc03c (diff)
glprototypes: fix parameter type of glGenBuffers
The number of buffers should be GLsizei instead of GLuint. https://bugzilla.gnome.org/show_bug.cgi?id=761272
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/gl/glprototypes/base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/gl/glprototypes/base.h b/gst-libs/gst/gl/glprototypes/base.h
index f0528b7b4..8394a3872 100644
--- a/gst-libs/gst/gl/glprototypes/base.h
+++ b/gst-libs/gst/gl/glprototypes/base.h
@@ -255,7 +255,7 @@ GST_GL_EXT_BEGIN (vbos,
"ARB\0",
"vertex_buffer_object\0")
GST_GL_EXT_FUNCTION (void, GenBuffers,
- (GLuint n,
+ (GLsizei n,
GLuint *buffers))
GST_GL_EXT_FUNCTION (void, BindBuffer,
(GLenum target,