summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2021-09-09 15:44:55 +1000
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2021-09-09 07:29:37 +0000
commitf6aea043f93729db41187e19574bb1d1b96587db (patch)
tree812014b75255e6e7f05d3c2a669c4df04598f1cd
parent3ec9795a28d9c2efa98237ac35a6409cf2a50bd8 (diff)
downloadgstreamer-plugins-base-f6aea043f93729db41187e19574bb1d1b96587db.tar.gz
gl/buffer_storage: re-enable GL_ARB_buffer_storage
The extension version doesn't have the ARB suffix. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1273>
-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))