summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/gl.h
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2015-06-10 16:24:59 +1000
committerMatthew Waters <matthew@centricular.com>2015-06-12 16:59:20 +1000
commit6e88b07cc5c4ef2ad439815d0ca8b20f7a8a3c6a (patch)
tree0b5689898ec4307f974bd6cccc8063c43af538d9 /gst-libs/gst/gl/gl.h
parent2741093c9757e5c3c268f30c594516a5180848e4 (diff)
downloadgstreamer-plugins-bad-6e88b07cc5c4ef2ad439815d0ca8b20f7a8a3c6a.tar.gz
gl: new glbasebuffer GstMemory object
Provides generic handling of GL buffer objects accessible using the GL bind points (GL_ARRAY_BUFFER, GL_PIXEL_*_BUFFER). Implementation based off the current GstGLMemory.
Diffstat (limited to 'gst-libs/gst/gl/gl.h')
-rw-r--r--gst-libs/gst/gl/gl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-libs/gst/gl/gl.h b/gst-libs/gst/gl/gl.h
index 8cb1b3bdd..ab96d0b4e 100644
--- a/gst-libs/gst/gl/gl.h
+++ b/gst-libs/gst/gl/gl.h
@@ -39,6 +39,7 @@
#include <gst/gl/gstglupload.h>
#include <gst/gl/gstgluploadmeta.h>
#include <gst/gl/gstgldownload.h>
+#include <gst/gl/gstglbasebuffer.h>
#include <gst/gl/gstglmemory.h>
#include <gst/gl/gstglbufferpool.h>
#include <gst/gl/gstglframebuffer.h>