mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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
9954de1ccd
commit
170a49f901
1 changed files with 0 additions and 2 deletions
|
@ -100,8 +100,6 @@ struct _GstGLMemory
|
||||||
guint pbo;
|
guint pbo;
|
||||||
guint unpack_length;
|
guint unpack_length;
|
||||||
guint tex_width;
|
guint tex_width;
|
||||||
|
|
||||||
gpointer _gst_reserved[GST_PADDING];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#define GST_CAPS_FEATURE_MEMORY_GL_MEMORY "memory:GLMemory"
|
#define GST_CAPS_FEATURE_MEMORY_GL_MEMORY "memory:GLMemory"
|
||||||
|
|
Loading…
Reference in a new issue