From a22cb227a9ab9ea8199a9d1667fb2dabf4637d08 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Thu, 29 May 2014 16:45:37 +1000 Subject: [PATCH] gl/upload: re add the upload meta to the private struct try and avoid being to trigger happy --- gst-libs/gst/gl/gstglupload.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst-libs/gst/gl/gstglupload.c b/gst-libs/gst/gl/gstglupload.c index 8b1e834..637c2ca 100644 --- a/gst-libs/gst/gl/gstglupload.c +++ b/gst-libs/gst/gl/gstglupload.c @@ -62,6 +62,8 @@ struct _GstGLUploadPrivate gboolean mapped; GstVideoFrame frame; + GstVideoGLTextureUploadMeta *meta; + GstBuffer *outbuf; }; -- 2.7.4