mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
netjack2: copy the node.group to streams
Just in case we want them to be scheduled in the same group.
This commit is contained in:
parent
40dbc5f00f
commit
78fe234bfe
1 changed files with 1 additions and 0 deletions
|
|
@ -1309,6 +1309,7 @@ int pipewire__module_init(struct pw_impl_module *module, const char *args)
|
|||
copy_props(impl, props, PW_KEY_NODE_LOOP_NAME);
|
||||
copy_props(impl, props, PW_KEY_NODE_VIRTUAL);
|
||||
copy_props(impl, props, PW_KEY_NODE_NETWORK);
|
||||
copy_props(impl, props, PW_KEY_NODE_GROUP);
|
||||
copy_props(impl, props, PW_KEY_NODE_LINK_GROUP);
|
||||
copy_props(impl, props, PW_KEY_NODE_ALWAYS_PROCESS);
|
||||
copy_props(impl, props, PW_KEY_NODE_LOCK_QUANTUM);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue