mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
tests: fix test
This commit is contained in:
parent
f5f79cc0b9
commit
575d4456e1
1 changed files with 2 additions and 1 deletions
|
|
@ -143,7 +143,8 @@ PWTEST(utils_abi)
|
|||
pwtest_int_eq(SPA_TYPE_OBJECT_ParamRoute, 0x40009);
|
||||
pwtest_int_eq(SPA_TYPE_OBJECT_Profiler, 0x4000a);
|
||||
pwtest_int_eq(SPA_TYPE_OBJECT_ParamLatency, 0x4000b);
|
||||
pwtest_int_eq(_SPA_TYPE_OBJECT_LAST, 0x4000c);
|
||||
pwtest_int_eq(SPA_TYPE_OBJECT_ParamProcessLatency, 0x4000c);
|
||||
pwtest_int_eq(_SPA_TYPE_OBJECT_LAST, 0x4000d);
|
||||
|
||||
pwtest_int_eq(SPA_TYPE_VENDOR_PipeWire, 0x02000000);
|
||||
pwtest_int_eq(SPA_TYPE_VENDOR_Other, 0x7f000000);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue