add layout to format

This commit is contained in:
Wim Taymans 2018-04-19 20:09:10 +02:00
parent 1f73143d55
commit 30d8df7d25
5 changed files with 7 additions and 2 deletions

View file

@ -56,10 +56,10 @@ spa_format_audio_raw_parse(const struct spa_pod *format,
{
return spa_pod_object_parse(format,
":",type->format, "I", &info->format,
":",type->layout, "i", &info->layout,
":",type->rate, "i", &info->rate,
":",type->channels, "i", &info->channels,
":",type->flags, "?i", &info->flags,
":",type->layout, "?i", &info->layout,
":",type->channel_mask, "?i", &info->channel_mask, NULL);
}