From df52086c4705e68b4aefcf85030030b36cf7945a Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 5 May 2025 11:17:23 +0200 Subject: [PATCH] videoconvert: always restore old change_mask --- spa/plugins/videoconvert/videoconvert-ffmpeg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spa/plugins/videoconvert/videoconvert-ffmpeg.c b/spa/plugins/videoconvert/videoconvert-ffmpeg.c index 41e2da14b..5071a9b01 100644 --- a/spa/plugins/videoconvert/videoconvert-ffmpeg.c +++ b/spa/plugins/videoconvert/videoconvert-ffmpeg.c @@ -213,8 +213,8 @@ static void emit_node_info(struct impl *this, bool full) } } spa_node_emit_info(&this->hooks, &this->info); - this->info.change_mask = old; } + this->info.change_mask = old; } static void emit_port_info(struct impl *this, struct port *port, bool full) @@ -250,8 +250,8 @@ static void emit_port_info(struct impl *this, struct port *port, bool full) } } spa_node_emit_port_info(&this->hooks, port->direction, port->id, &port->info); - port->info.change_mask = old; } + port->info.change_mask = old; } static int init_port(struct impl *this, enum spa_direction direction, uint32_t port_id,