memory: add padding to GstMapInfo

This commit is contained in:
Mark Nauwelaerts 2012-09-10 12:20:15 +02:00
parent 357cf18fd5
commit edb8bc8865

View file

@ -181,6 +181,9 @@ typedef struct {
gsize maxsize;
/*< protected >*/
gpointer user_data[4];
/*< private >*/
gpointer _gst_reserved[GST_PADDING];
} GstMapInfo;
/**