mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
Wait for async changes to complete
This commit is contained in:
parent
1ba10cf848
commit
924824d0a3
2 changed files with 26 additions and 8 deletions
|
|
@ -228,6 +228,9 @@ on_port_added (PinosNode *node, PinosDirection direction, PinosDaemon *this)
|
|||
PinosLink *link;
|
||||
|
||||
props = pinos_node_get_properties (node);
|
||||
if (props == NULL)
|
||||
return;
|
||||
|
||||
path = pinos_properties_get (props, "pinos.target.node");
|
||||
|
||||
if (path) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue