gl/upload: re add the upload meta to the private struct

try and avoid being to trigger happy
This commit is contained in:
Matthew Waters 2014-05-29 16:45:37 +10:00 committed by Tim-Philipp Müller
parent 8b50888179
commit a22cb227a9

View file

@ -62,6 +62,8 @@ struct _GstGLUploadPrivate
gboolean mapped; gboolean mapped;
GstVideoFrame frame; GstVideoFrame frame;
GstVideoGLTextureUploadMeta *meta;
GstBuffer *outbuf; GstBuffer *outbuf;
}; };