mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
media-session: only try to link to nodes
This commit is contained in:
parent
2fd8f0906f
commit
491dd785ad
1 changed files with 1 additions and 1 deletions
|
|
@ -1083,7 +1083,7 @@ static int rescan_node(struct impl *impl, struct node *node)
|
|||
|
||||
n_links = 1;
|
||||
peer = find_object(impl, find.path_id);
|
||||
if (peer != NULL)
|
||||
if (peer != NULL && peer->obj.type == PW_TYPE_INTERFACE_Node)
|
||||
goto do_link;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue