filter-chain: move debug to fastpath

This commit is contained in:
Wim Taymans 2022-09-19 17:03:34 +02:00
parent 772a12acb7
commit 6b6cd85e54

View file

@ -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++) {