mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-05 01:40:45 -05:00
Use global id in dbus name
This allows us to use the dbus name to connect again
This commit is contained in:
parent
bc4893057b
commit
d250ed42e6
2 changed files with 73 additions and 45 deletions
|
|
@ -62,7 +62,7 @@ try_link_port (PinosNode *node, PinosPort *port, ModuleImpl *impl)
|
|||
|
||||
path = pinos_properties_get (props, "pinos.target.node");
|
||||
|
||||
pinos_log_debug ("module %p: try to find and link to node %s", impl, path);
|
||||
pinos_log_debug ("module %p: try to find and link to node '%s'", impl, path);
|
||||
|
||||
if (path) {
|
||||
PinosPort *target;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue