mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
pulse-server: also handle fix_ for capture
This commit is contained in:
parent
b12f24efb9
commit
dcbaed1251
1 changed files with 1 additions and 1 deletions
|
|
@ -1822,7 +1822,7 @@ static int do_create_record_stream(struct client *client, uint32_t command, uint
|
|||
n_valid_formats++;
|
||||
}
|
||||
}
|
||||
if (n_params < MAX_FORMATS &&
|
||||
else if (n_params < MAX_FORMATS &&
|
||||
(params[n_params] = format_build_param(&b,
|
||||
SPA_PARAM_EnumFormat, &ss,
|
||||
ss.channels > 0 ? &map : NULL)) != NULL) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue