mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
gl/mem: pad the public struct
This commit is contained in:
parent
441ac82d7f
commit
29ff67a60a
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