mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
gl/upload: re add the upload meta to the private struct
try and avoid being to trigger happy
This commit is contained in:
parent
8b50888179
commit
a22cb227a9
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,8 @@ struct _GstGLUploadPrivate
|
|||
gboolean mapped;
|
||||
GstVideoFrame frame;
|
||||
|
||||
GstVideoGLTextureUploadMeta *meta;
|
||||
|
||||
GstBuffer *outbuf;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue