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
@ -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…
x
Reference in New Issue
Block a user