mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
audioconvert: handle follower EnumFormat changes as well
This commit is contained in:
parent
774db99d12
commit
6c3c88f9d3
1 changed files with 3 additions and 0 deletions
|
|
@ -916,6 +916,9 @@ static void follower_port_info(void *data,
|
|||
uint32_t idx;
|
||||
|
||||
switch (info->params[i].id) {
|
||||
case SPA_PARAM_EnumFormat:
|
||||
idx = IDX_EnumFormat;
|
||||
break;
|
||||
case SPA_PARAM_Format:
|
||||
idx = IDX_Format;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue