mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-08 16:35:40 +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;
|
||||
} format;
|
||||
} data;
|
||||
// FIXME 2.0: add padding
|
||||
};
|
||||
|
||||
/**
|
||||
|
@ -238,6 +239,7 @@ struct _GstIndexGroup {
|
|||
|
||||
/* peer group that contains more certain entries */
|
||||
gint peergroup;
|
||||
// FIXME 2.0: add padding
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue