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; };