pod: add more helpers

Implement more unit-tests
This commit is contained in:
Wim Taymans 2019-01-17 17:23:47 +01:00
parent 767e7efc0e
commit 2622e085a9
12 changed files with 745 additions and 182 deletions

View file

@ -374,7 +374,7 @@ static void node_event_param(void *object,
n->media_subtype != SPA_MEDIA_SUBTYPE_raw)
return;
spa_pod_fixate((struct spa_pod*)param);
spa_pod_object_fixate((struct spa_pod_object*)param);
if (spa_format_audio_raw_parse(param, &info) < 0)
goto error;