summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gst-libs/gst/gl/glprototypes/buffer_storage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/gl/glprototypes/buffer_storage.h b/gst-libs/gst/gl/glprototypes/buffer_storage.h
index be31bee33..57a93a004 100644
--- a/gst-libs/gst/gl/glprototypes/buffer_storage.h
+++ b/gst-libs/gst/gl/glprototypes/buffer_storage.h
@@ -23,7 +23,7 @@ GST_GL_EXT_BEGIN (buffer_storage,
GST_GL_API_GLES2,
4, 4,
255, 255,
- "EXT\0", /* XXX: GL_ARB_buffer_storage advertisement seems to be broken in Mesa */
+ "EXT\0ARB:\0", /* ARB version doesn't have function suffixes */
"buffer_storage\0")
GST_GL_EXT_FUNCTION (void, BufferStorage,
(GLenum target, GLsizeiptr, const void * data, GLbitfield flags))