mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-23 21:37:42 -04:00
rtp: fix compilation
This commit is contained in:
parent
d56d5fa87a
commit
753ce79c18
1 changed files with 1 additions and 1 deletions
|
|
@ -537,7 +537,7 @@ static void rtp_audio_send_packets(struct impl *impl, uint32_t timestamp, uint32
|
|||
&iov[1], tosend * stride);
|
||||
|
||||
pw_log_trace_fp("sending %d packet:%d ts_offset:%d timestamp:%u (%f s)",
|
||||
tosend, num_packets, impl->ts_offset, timestamp,
|
||||
tosend, num, impl->ts_offset, timestamp,
|
||||
(double)timestamp * impl->io_position->clock.rate.num /
|
||||
impl->io_position->clock.rate.denom);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue