mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-11 13:30:07 -05:00
Work on async cleanup
Track all async changes and only perform free of resources when all previous async operations completed.
This commit is contained in:
parent
7ecfc28d0f
commit
1d61fd3696
19 changed files with 270 additions and 130 deletions
|
|
@ -115,7 +115,7 @@ void pinos_core_destroy (PinosCore *core);
|
|||
PinosGlobal * pinos_core_add_global (PinosCore *core,
|
||||
uint32_t type,
|
||||
void *object);
|
||||
SpaResult pinos_global_destroy (PinosGlobal *global);
|
||||
void pinos_global_destroy (PinosGlobal *global);
|
||||
|
||||
|
||||
PinosPort * pinos_core_find_port (PinosCore *core,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue