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:
Wim Taymans 2020-08-06 18:00:46 +02:00
parent 8b2617227a
commit 44e74c599f
4 changed files with 46 additions and 10 deletions

View file

@ -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;