From b9a895f825aae816b90d9d5aa4a429d3b5812243 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 13 Nov 2025 18:10:11 +0100 Subject: [PATCH] adapter: don't recheck formats on driver change We need to leave this to the converter, like we do for audio. --- spa/plugins/videoconvert/videoadapter.c | 1 - 1 file changed, 1 deletion(-) diff --git a/spa/plugins/videoconvert/videoadapter.c b/spa/plugins/videoconvert/videoadapter.c index f4346fab6..23b55d768 100644 --- a/spa/plugins/videoconvert/videoadapter.c +++ b/spa/plugins/videoconvert/videoadapter.c @@ -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;