From 07919d874c8412231342157ec99ad780ed4d517b 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 8b1e834f67..637c2ca2a4 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; };