mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
spa: fix unit test, add new object type
This commit is contained in:
parent
f383ac21dd
commit
9262f576d5
1 changed files with 2 additions and 1 deletions
|
|
@ -126,7 +126,8 @@ static void test_abi(void)
|
|||
spa_assert(SPA_TYPE_OBJECT_ParamPortConfig == 0x40008);
|
||||
spa_assert(SPA_TYPE_OBJECT_ParamRoute == 0x40009);
|
||||
spa_assert(SPA_TYPE_OBJECT_Profiler == 0x4000a);
|
||||
spa_assert(_SPA_TYPE_OBJECT_LAST == 0x4000b);
|
||||
spa_assert(SPA_TYPE_OBJECT_ParamLatency == 0x4000b);
|
||||
spa_assert(_SPA_TYPE_OBJECT_LAST == 0x4000c);
|
||||
|
||||
spa_assert(SPA_TYPE_VENDOR_PipeWire == 0x02000000);
|
||||
spa_assert(SPA_TYPE_VENDOR_Other == 0x7f000000);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue