mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-24 07:00:05 -05:00
audioconvert: move warn to debug
changing the clock rate is not uncommon and does not need a warning.
This commit is contained in:
parent
7d5940101b
commit
33c7d9cba5
1 changed files with 1 additions and 1 deletions
|
|
@ -1021,7 +1021,7 @@ static int impl_node_set_io(void *object, uint32_t id, void *data, size_t size)
|
|||
if (this->io_position && this->io_clock &&
|
||||
this->io_position->clock.target_rate.denom != this->io_clock->target_rate.denom &&
|
||||
!this->props.resample_disabled) {
|
||||
spa_log_warn(this->log, "driver %d changed rate:%u -> %u", this->io_position->clock.id,
|
||||
spa_log_debug(this->log, "driver %d changed rate:%u -> %u", this->io_position->clock.id,
|
||||
this->io_clock->target_rate.denom,
|
||||
this->io_position->clock.target_rate.denom);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue