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:
Wim Taymans 2025-11-13 18:10:11 +01:00
parent dabd2af828
commit b9a895f825

View file

@ -900,7 +900,6 @@ static int impl_node_set_io(void *object, uint32_t id, void *data, size_t size)
switch (id) {
case SPA_IO_Position:
this->io_position = data;
this->recheck_format = true;
break;
default:
break;