mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-17 07:00:03 -05:00
adapter: don't recheck formats on driver change
We need to leave this to the converter, like we do for audio.
This commit is contained in:
parent
dabd2af828
commit
b9a895f825
1 changed files with 0 additions and 1 deletions
|
|
@ -900,7 +900,6 @@ static int impl_node_set_io(void *object, uint32_t id, void *data, size_t size)
|
||||||
switch (id) {
|
switch (id) {
|
||||||
case SPA_IO_Position:
|
case SPA_IO_Position:
|
||||||
this->io_position = data;
|
this->io_position = data;
|
||||||
this->recheck_format = true;
|
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue