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
parent eff3da8871
commit 07919d874c

View file

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