index: mark two structs that don't have abi padding
This commit is contained in:
parent
d4f81fb4e6
commit
05dbad27c5
@ -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…
x
Reference in New Issue
Block a user