mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-14 06:59:57 -05:00
loop: add before_iterate signal
Add before_iterate signal and use it to flush data to clients.
This commit is contained in:
parent
9b93fd396a
commit
3e472c2dae
5 changed files with 60 additions and 19 deletions
|
|
@ -291,7 +291,6 @@ pinos_connection_end_write (PinosConnection *conn,
|
|||
*p++ = (opcode << 24) | (size & 0xffffff);
|
||||
|
||||
buf->buffer_size += 8 + size;
|
||||
pinos_connection_flush (conn);
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue