mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
support: add right property id
This commit is contained in:
parent
339927ac76
commit
b318a9e1d3
1 changed files with 1 additions and 1 deletions
|
|
@ -390,7 +390,7 @@ port_enum_formats(struct impl *this,
|
|||
0);
|
||||
} else {
|
||||
spa_pod_builder_add(builder,
|
||||
SPA_FORMAT_AUDIO_rate, SPA_POD_CHOICE_RANGE_Int(DEFAULT_CHANNELS, 1, INT32_MAX),
|
||||
SPA_FORMAT_AUDIO_channels, SPA_POD_CHOICE_RANGE_Int(DEFAULT_CHANNELS, 1, INT32_MAX),
|
||||
0);
|
||||
}
|
||||
if (this->props.n_pos != 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue