mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
hooks: use hook to implement the callbacks
This way we get the version check implemented and save some code.
This commit is contained in:
parent
a78617c6a8
commit
6ee192dff5
26 changed files with 121 additions and 111 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) == 48);
|
||||
spa_assert(sizeof(struct spa_pod_builder) == 80);
|
||||
|
||||
/* command */
|
||||
spa_assert(sizeof(struct spa_command_body) == 8);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue