mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
hook: separate spa_callbacks from the hook
Make a spa_callbacks with just the functions and data and use this in the hook and objects.
This commit is contained in:
parent
6ee192dff5
commit
448c1937ad
28 changed files with 97 additions and 84 deletions
|
|
@ -72,7 +72,7 @@ static void test_abi(void)
|
|||
/* builder */
|
||||
spa_assert(sizeof(struct spa_pod_frame) == 24);
|
||||
spa_assert(sizeof(struct spa_pod_builder_state) == 16);
|
||||
spa_assert(sizeof(struct spa_pod_builder) == 80);
|
||||
spa_assert(sizeof(struct spa_pod_builder) == 48);
|
||||
|
||||
/* command */
|
||||
spa_assert(sizeof(struct spa_command_body) == 8);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue