stream: add n_buffers to debug log

This commit is contained in:
Wim Taymans 2024-02-19 15:00:04 +01:00
parent 871e6da34a
commit 915539e6d4

View file

@ -455,7 +455,7 @@ do_call_process(struct spa_loop *loop,
static inline void call_process(struct stream *impl)
{
pw_log_trace_fp("%p: call process rt:%u", impl, impl->process_rt);
pw_log_trace_fp("%p: call process rt:%u buffers:%d", impl, impl->process_rt, impl->n_buffers);
if (impl->n_buffers == 0 ||
(impl->direction == SPA_DIRECTION_OUTPUT && update_requested(impl) <= 0))
return;