mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
audioconvert: fix debug when -UFASTPATH
This commit is contained in:
parent
94861eb3d6
commit
871e6da34a
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ static void impl_native_update_rate(struct resample *r, double rate)
|
|||
r->func_name = data->info->inter_name;
|
||||
}
|
||||
|
||||
spa_log_trace_fp(r->log, "native %p: rate:%f in:%d out:%d gcd:%d phase:%d inc:%d frac:%d", r,
|
||||
spa_log_trace_fp(r->log, "native %p: rate:%f in:%d out:%d gcd:%d phase:%f inc:%d frac:%d", r,
|
||||
rate, r->i_rate, r->o_rate, gcd, data->phase, data->inc, data->frac);
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue