From bc6e11d6e4c0b455219e044f5994185dbe0c645e Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 31 May 2021 16:17:43 +0200 Subject: [PATCH] audioconvert: move some info to debug --- spa/plugins/audioconvert/merger.c | 2 +- spa/plugins/audioconvert/splitter.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/spa/plugins/audioconvert/merger.c b/spa/plugins/audioconvert/merger.c index ba2b1b2d9..8c505313f 100644 --- a/spa/plugins/audioconvert/merger.c +++ b/spa/plugins/audioconvert/merger.c @@ -930,7 +930,7 @@ static int port_set_latency(void *object, enum spa_direction other = SPA_DIRECTION_REVERSE(direction); uint32_t i; - spa_log_info(this->log, NAME " %p: set latency", this); + spa_log_debug(this->log, NAME " %p: set latency", this); if (latency == NULL) { this->latency[other] = SPA_LATENCY_INFO(other); diff --git a/spa/plugins/audioconvert/splitter.c b/spa/plugins/audioconvert/splitter.c index 6da7bab7e..cf5e60edf 100644 --- a/spa/plugins/audioconvert/splitter.c +++ b/spa/plugins/audioconvert/splitter.c @@ -693,6 +693,7 @@ static int port_set_latency(void *object, uint32_t i; spa_log_debug(this->log, NAME " %p: set latency", this); + if (latency == NULL) { this->latency[other] = SPA_LATENCY_INFO(other); } else {