mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
impl-node: make the group a string
We are currently using strings for the node group so actually store this as a string or else all strings will end up in group 0.
This commit is contained in:
parent
cc4324cd30
commit
fab199d5b9
3 changed files with 15 additions and 19 deletions
|
|
@ -622,7 +622,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 */
|
||||
char group[128]; /** group to schedule this node in */
|
||||
uint64_t spa_flags;
|
||||
|
||||
unsigned int registered:1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue