mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
Revert "audioadapter: renegotiate when EnumFormat changes"
This reverts commit b292e52740.
It is probably not a good idea to renegotiate right away, we should at
least wait until the node is started again.
This commit is contained in:
parent
74b6ab4288
commit
774af1487a
1 changed files with 0 additions and 1 deletions
|
|
@ -1169,7 +1169,6 @@ static void follower_port_info(void *data,
|
|||
if (idx == IDX_EnumFormat) {
|
||||
spa_log_debug(this->log, "new formats");
|
||||
configure_format(this, 0, NULL);
|
||||
negotiate_format(this);
|
||||
}
|
||||
|
||||
this->params[idx].user++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue