mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
node: improve driver changes
Reimplement driver changes without corrupting our lists. Keep track of unfinished graph and dump state of nodes.
This commit is contained in:
parent
964be84e1c
commit
7cdc13b281
2 changed files with 35 additions and 23 deletions
|
|
@ -318,6 +318,7 @@ struct pw_node_activation {
|
|||
#define AWAKE 2
|
||||
#define FINISHED 3
|
||||
int status;
|
||||
int running;
|
||||
|
||||
uint64_t signal_time;
|
||||
uint64_t awake_time;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue