mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
audioconvert: improve debug
This commit is contained in:
parent
aaa91b2b7e
commit
05ea4520e6
1 changed files with 4 additions and 1 deletions
|
|
@ -2584,7 +2584,10 @@ static int impl_node_process(void *object)
|
|||
r = 1.0;
|
||||
}
|
||||
if (this->rate_scale != r) {
|
||||
spa_log_info(this->log, "scale %f->%f", this->rate_scale, r);
|
||||
spa_log_info(this->log, "scale graph:%u in:%u out:%u scale:%f->%f",
|
||||
this->io_position->clock.rate.denom,
|
||||
this->resample.i_rate, this->resample.o_rate,
|
||||
this->rate_scale, r);
|
||||
this->rate_scale = r;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue