From 391465d1cd84b0fcf6d489d160b5054a0f1af95d Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 17 Aug 2021 10:49:05 +0200 Subject: [PATCH] audioadapter: emit Latency param changed when follower changed When the follower port Emits a latency param changed, our reported latency also changes so we need to emit the changed notify. --- spa/plugins/audioconvert/audioadapter.c | 1 - 1 file changed, 1 deletion(-) diff --git a/spa/plugins/audioconvert/audioadapter.c b/spa/plugins/audioconvert/audioadapter.c index ac7407f6d..b781d6710 100644 --- a/spa/plugins/audioconvert/audioadapter.c +++ b/spa/plugins/audioconvert/audioadapter.c @@ -795,7 +795,6 @@ static void follower_port_info(void *data, if (idx == IDX_Latency) { res = recalc_latency(this, direction, port_id); spa_log_debug(this->log, "latency: %d", res); - continue; } this->info.change_mask |= SPA_NODE_CHANGE_MASK_PARAMS;