mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
node: add group_id property
Nodes with the same group id are scheduled by the same driver, even if they are not in any way linked to eachother.
This commit is contained in:
parent
8b2617227a
commit
44e74c599f
4 changed files with 46 additions and 10 deletions
|
|
@ -536,6 +536,7 @@ struct pw_impl_node {
|
|||
char *name; /** for debug */
|
||||
|
||||
uint32_t priority_driver; /** priority for being driver */
|
||||
uint32_t group_id; /** group to schedule this node in */
|
||||
uint32_t spa_flags;
|
||||
|
||||
unsigned int registered:1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue