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:
Wim Taymans 2023-06-22 10:00:56 +02:00
parent 74b6ab4288
commit 774af1487a

View file

@ -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++;