modules: improve debug in RTP

This commit is contained in:
Wim Taymans 2026-03-17 13:53:23 +01:00
parent f6bb378228
commit f83d379a68
3 changed files with 3 additions and 3 deletions

View file

@ -556,7 +556,7 @@ static void rtp_audio_flush_packets(struct impl *impl, uint32_t num_packets, uin
((uint64_t)timestamp * stride) % impl->actual_max_buffer_size,
&iov[1], tosend * stride);
pw_log_trace("sending %d packet:%d ts_offset:%d timestamp:%u (%f s)",
pw_log_trace_fp("sending %d packet:%d ts_offset:%d timestamp:%u (%f s)",
tosend, num_packets, impl->ts_offset, timestamp,
(double)timestamp * impl->io_position->clock.rate.num /
impl->io_position->clock.rate.denom);