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

@ -304,6 +304,7 @@ static int port_get_format(struct spa_node *node,
"I", t->media_type.audio,
"I", t->media_subtype.raw,
":", t->format_audio.format, "I", this->current_format.info.raw.format,
":", t->format_audio.layout, "i", this->current_format.info.raw.layout,
":", t->format_audio.rate, "i", this->current_format.info.raw.rate,
":", t->format_audio.channels, "i", this->current_format.info.raw.channels);