mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
parent
e7958fac1b
commit
00d4de3799
1 changed files with 1 additions and 1 deletions
|
|
@ -609,7 +609,7 @@ on_control_source_io(void *data, int fd, uint32_t mask)
|
||||||
uint32_t hdr;
|
uint32_t hdr;
|
||||||
uint16_t seq, num;
|
uint16_t seq, num;
|
||||||
|
|
||||||
bytes = read(impl->timing_fd, packet, sizeof(packet));
|
bytes = read(impl->control_fd, packet, sizeof(packet));
|
||||||
if (bytes != sizeof(packet)) {
|
if (bytes != sizeof(packet)) {
|
||||||
pw_log_warn("discarding short (%zd < %zd) control packet",
|
pw_log_warn("discarding short (%zd < %zd) control packet",
|
||||||
bytes, sizeof(bytes));
|
bytes, sizeof(bytes));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue