mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
parent
b5f031bc15
commit
04450e14a4
2 changed files with 2 additions and 2 deletions
|
|
@ -508,7 +508,7 @@ static void stream_send_packet(void *data, struct iovec *iov, size_t iovlen)
|
|||
out_vec[msg.msg_iovlen++] = (struct iovec) { header, 12 };
|
||||
out_vec[msg.msg_iovlen++] = (struct iovec) { out, len };
|
||||
|
||||
pw_log_debug("raop sending %ld", out_vec[0].iov_len + out_vec[1].iov_len + out_vec[2].iov_len);
|
||||
pw_log_debug("raop sending %zu", out_vec[0].iov_len + out_vec[1].iov_len + out_vec[2].iov_len);
|
||||
|
||||
send_packet(impl->server_fd, &msg);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue