pipewire: align the spa_handle to 8 bytes

See #835
This commit is contained in:
Wim Taymans 2021-03-04 10:58:35 +01:00
parent a4b0b9afe5
commit 28b28ef92c

View file

@ -60,7 +60,7 @@ struct handle {
struct plugin *plugin;
char *factory_name;
int ref;
struct spa_handle handle;
struct spa_handle handle SPA_ALIGNED(8);
};
struct registry {