mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
client-stream: only add link once
This commit is contained in:
parent
24117b33c7
commit
132dd760ee
2 changed files with 6 additions and 3 deletions
|
|
@ -181,6 +181,9 @@ static void try_link_controls(struct impl *impl)
|
|||
if (!impl->use_converter)
|
||||
return;
|
||||
|
||||
if (impl->control.valid || impl->notify.valid)
|
||||
return;
|
||||
|
||||
target = pw_node_find_port(impl->this.node, impl->direction, 0);
|
||||
|
||||
if (target == NULL) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue