mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-24 08:08:22 +00:00
index: mark two structs that don't have abi padding
This commit is contained in:
parent
d4f81fb4e6
commit
05dbad27c5
1 changed files with 2 additions and 0 deletions
|
@ -217,6 +217,7 @@ struct _GstIndexEntry {
|
||||||
const gchar *key;
|
const gchar *key;
|
||||||
} format;
|
} format;
|
||||||
} data;
|
} data;
|
||||||
|
// FIXME 2.0: add padding
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -238,6 +239,7 @@ struct _GstIndexGroup {
|
||||||
|
|
||||||
/* peer group that contains more certain entries */
|
/* peer group that contains more certain entries */
|
||||||
gint peergroup;
|
gint peergroup;
|
||||||
|
// FIXME 2.0: add padding
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue