mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
tests: update test
This commit is contained in:
parent
4381e79632
commit
565f0475f0
1 changed files with 2 additions and 1 deletions
|
|
@ -47,7 +47,8 @@ static void test_abi(void)
|
|||
spa_assert(SPA_META_VideoDamage == 3);
|
||||
spa_assert(SPA_META_Bitmap == 4);
|
||||
spa_assert(SPA_META_Cursor == 5);
|
||||
spa_assert(SPA_META_LAST == 6);
|
||||
spa_assert(SPA_META_Control == 6);
|
||||
spa_assert(SPA_META_LAST == 7);
|
||||
|
||||
spa_assert(sizeof(struct spa_meta) == 16);
|
||||
spa_assert(sizeof(struct spa_meta_header) == 24);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue