mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-11 13:30:07 -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
|
|
@ -40,6 +40,8 @@ struct _PinosLoop {
|
|||
SpaLoopControl *control;
|
||||
SpaLoopUtils *utils;
|
||||
|
||||
PINOS_SIGNAL (before_iterate, (PinosListener *listener,
|
||||
PinosLoop *loop));
|
||||
PINOS_SIGNAL (destroy_signal, (PinosListener *listener,
|
||||
PinosLoop *loop));
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue