mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 10:10:32 +00:00
gl/mem: pad the public struct
This commit is contained in:
parent
1e8fc49203
commit
8638a5638c
1 changed files with 2 additions and 0 deletions
|
@ -100,6 +100,8 @@ struct _GstGLMemory
|
||||||
gpointer user_data;
|
gpointer user_data;
|
||||||
guint pbo;
|
guint pbo;
|
||||||
guint unpack_length;
|
guint unpack_length;
|
||||||
|
|
||||||
|
gpointer _gst_reserved[GST_PADDING];
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue