mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
audioconvert: move some info to debug
This commit is contained in:
parent
a248391939
commit
bc6e11d6e4
2 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue