mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-14 12:18:27 +02:00
m-si-standard-link: fix number of links check
self->node_links is a GPtrArray*
This commit is contained in:
parent
b5ad7b3996
commit
bf9d4c4ed7
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ create_links (WpSiStandardLink * self, WpTransition * transition,
|
|||
}
|
||||
}
|
||||
g_variant_iter_free (iter);
|
||||
return self->node_links > 0;
|
||||
return self->node_links->len > 0;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue