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 {