mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
glmemory: No need for padding
A memory object cannot be put on stack, so no need for padding.
This commit is contained in:
parent
a1e02726ee
commit
04cd97ae59
1 changed files with 0 additions and 2 deletions
|
@ -100,8 +100,6 @@ struct _GstGLMemory
|
|||
guint pbo;
|
||||
guint unpack_length;
|
||||
guint tex_width;
|
||||
|
||||
gpointer _gst_reserved[GST_PADDING];
|
||||
};
|
||||
|
||||
#define GST_CAPS_FEATURE_MEMORY_GL_MEMORY "memory:GLMemory"
|
||||
|
|
Loading…
Reference in a new issue