mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
pulse-server: don't wait for links to complete
This commit is contained in:
parent
2cd59fdf8b
commit
7efd140e10
1 changed files with 0 additions and 2 deletions
|
|
@ -152,8 +152,6 @@ static struct pw_manager_object *find_linked(struct pw_manager *m, uint32_t obj_
|
|||
uint32_t in_node, out_node;
|
||||
|
||||
spa_list_for_each(o, &m->object_list, link) {
|
||||
if (o->creating)
|
||||
continue;
|
||||
if (o->props == NULL || !is_link(o))
|
||||
continue;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue