mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
fix unit test
This commit is contained in:
parent
161cf46898
commit
c5ee45044d
1 changed files with 2 additions and 1 deletions
|
|
@ -120,7 +120,8 @@ static void test_abi(void)
|
||||||
spa_assert(SPA_TYPE_OBJECT_ParamIO == 0x50006);
|
spa_assert(SPA_TYPE_OBJECT_ParamIO == 0x50006);
|
||||||
spa_assert(SPA_TYPE_OBJECT_ParamProfile == 0x50007);
|
spa_assert(SPA_TYPE_OBJECT_ParamProfile == 0x50007);
|
||||||
spa_assert(SPA_TYPE_OBJECT_ParamPortConfig == 0x50008);
|
spa_assert(SPA_TYPE_OBJECT_ParamPortConfig == 0x50008);
|
||||||
spa_assert(SPA_TYPE_OBJECT_LAST == 0x50009);
|
spa_assert(SPA_TYPE_OBJECT_ParamRoute == 0x50009);
|
||||||
|
spa_assert(SPA_TYPE_OBJECT_LAST == 0x5000a);
|
||||||
|
|
||||||
spa_assert(SPA_TYPE_VENDOR_PipeWire == 0x02000000);
|
spa_assert(SPA_TYPE_VENDOR_PipeWire == 0x02000000);
|
||||||
spa_assert(SPA_TYPE_VENDOR_Other == 0x7f000000);
|
spa_assert(SPA_TYPE_VENDOR_Other == 0x7f000000);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue