mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
filter-chain: move debug to fastpath
This commit is contained in:
parent
772a12acb7
commit
6b6cd85e54
1 changed files with 1 additions and 1 deletions
|
|
@ -645,7 +645,7 @@ static void playback_process(void *d)
|
|||
bd->chunk->stride = stride;
|
||||
}
|
||||
|
||||
pw_log_trace("%p: stride:%d in:%d out:%d requested:%"PRIu64" (%"PRIu64")", impl,
|
||||
pw_log_trace_fp("%p: stride:%d in:%d out:%d requested:%"PRIu64" (%"PRIu64")", impl,
|
||||
stride, insize, outsize, out->requested, out->requested * stride);
|
||||
|
||||
for (i = 0; i < n_hndl; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue