mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
parent
a82e95c37d
commit
cbffa9c568
2 changed files with 3 additions and 1 deletions
|
|
@ -1847,6 +1847,7 @@ again:
|
|||
uint32_t id = t->id;
|
||||
|
||||
ta->status = PW_NODE_ACTIVATION_NOT_TRIGGERED;
|
||||
ta->driver_id = driver->info.id;
|
||||
pw_node_activation_state_reset(&ta->state[0]);
|
||||
|
||||
/* this is the node with reposition info */
|
||||
|
|
|
|||
|
|
@ -578,7 +578,8 @@ struct pw_node_activation {
|
|||
uint32_t segment_owner[16]; /* id of owners for each segment info struct.
|
||||
* nodes that want to update segment info need to
|
||||
* CAS their node id in this array. */
|
||||
uint32_t padding[15];
|
||||
uint32_t padding[14];
|
||||
uint32_t driver_id; /* the current node driver id */
|
||||
#define PW_NODE_ACTIVATION_FLAG_NONE 0
|
||||
#define PW_NODE_ACTIVATION_FLAG_PROFILER (1<<0) /* the profiler is running */
|
||||
uint32_t flags; /* extra flags */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue