mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
param: the position property is an array of channelpositions
This commit is contained in:
parent
dd28937ccb
commit
7c5cb5a281
1 changed files with 2 additions and 2 deletions
|
|
@ -238,8 +238,8 @@ static const struct spa_type_info spa_type_format[] = {
|
|||
spa_type_audio_flags },
|
||||
{ SPA_FORMAT_AUDIO_rate, SPA_TYPE_Int, SPA_TYPE_INFO_FORMAT_AUDIO_BASE "rate", NULL },
|
||||
{ SPA_FORMAT_AUDIO_channels, SPA_TYPE_Int, SPA_TYPE_INFO_FORMAT_AUDIO_BASE "channels", NULL },
|
||||
{ SPA_FORMAT_AUDIO_position, SPA_TYPE_Id, SPA_TYPE_INFO_FORMAT_AUDIO_BASE "position",
|
||||
spa_type_audio_channel },
|
||||
{ SPA_FORMAT_AUDIO_position, SPA_TYPE_Array, SPA_TYPE_INFO_FORMAT_AUDIO_BASE "position",
|
||||
spa_type_prop_channel_map },
|
||||
|
||||
{ SPA_FORMAT_VIDEO_format, SPA_TYPE_Id, SPA_TYPE_INFO_FORMAT_VIDEO_BASE "format",
|
||||
spa_type_video_format, },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue