mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +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
eff3da8871
commit
07919d874c
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