mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
link: also add node id to link props
This commit is contained in:
parent
a372e4e90e
commit
1df7db5301
1 changed files with 2 additions and 0 deletions
|
|
@ -1201,6 +1201,8 @@ int pw_impl_link_register(struct pw_impl_link *link,
|
|||
PW_KEY_CLIENT_ID,
|
||||
PW_KEY_LINK_OUTPUT_PORT,
|
||||
PW_KEY_LINK_INPUT_PORT,
|
||||
PW_KEY_LINK_OUTPUT_NODE,
|
||||
PW_KEY_LINK_INPUT_NODE,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue