mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-14 06:59:57 -05:00
Use refcounting for async shutdown
fix some memory leaks
This commit is contained in:
parent
ee0aa6a2ac
commit
6d4db64767
21 changed files with 216 additions and 260 deletions
|
|
@ -57,9 +57,8 @@ enum _PinosNodeState {
|
|||
PINOS_NODE_STATE_ERROR = -1,
|
||||
PINOS_NODE_STATE_CREATING = 0,
|
||||
PINOS_NODE_STATE_SUSPENDED = 1,
|
||||
PINOS_NODE_STATE_INITIALIZING = 2,
|
||||
PINOS_NODE_STATE_IDLE = 3,
|
||||
PINOS_NODE_STATE_RUNNING = 4,
|
||||
PINOS_NODE_STATE_IDLE = 2,
|
||||
PINOS_NODE_STATE_RUNNING = 3,
|
||||
};
|
||||
|
||||
const char * pinos_node_state_as_string (PinosNodeState state);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue