summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/gstglbufferpool.h
diff options
context:
space:
mode:
authorMatthew Waters <ystreet00@gmail.com>2014-05-28 14:40:10 +1000
committerMatthew Waters <ystreet00@gmail.com>2014-05-28 14:41:35 +1000
commit6ce3b82efeb2db8b6cca4f37f860bdd45482632d (patch)
tree6c477ae6f87150f5ec0af2587927fef988ae714d /gst-libs/gst/gl/gstglbufferpool.h
parent79071e23b3204c506c0cc3b0283789be4339130e (diff)
downloadgstreamer-plugins-bad-6ce3b82efeb2db8b6cca4f37f860bdd45482632d.tar.gz
gl/upload: add GstGLUploadMeta object
That simply deals with the provider aspect of GstVideoGLTextureUploadMeta.
Diffstat (limited to 'gst-libs/gst/gl/gstglbufferpool.h')
-rw-r--r--gst-libs/gst/gl/gstglbufferpool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/gl/gstglbufferpool.h b/gst-libs/gst/gl/gstglbufferpool.h
index c4dc3ffea..6de05313e 100644
--- a/gst-libs/gst/gl/gstglbufferpool.h
+++ b/gst-libs/gst/gl/gstglbufferpool.h
@@ -50,7 +50,7 @@ struct _GstGLBufferPool
GstBufferPool bufferpool;
GstGLContext *context;
- GstGLUpload *upload;
+ GstGLUploadMeta *upload;
GstGLBufferPoolPrivate *priv;
};