mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 13:38:02 +02:00
scripts: log si_link after creating it
Or else we get a exception because it is nil.
This commit is contained in:
parent
e0cb9a845f
commit
e9fc965b32
1 changed files with 3 additions and 2 deletions
|
|
@ -131,10 +131,11 @@ function createLink (si_ep, si_target)
|
|||
(is_filter and ep_props["node.name"] or ep_props["name"]),
|
||||
target_props["node.name"])
|
||||
|
||||
Log.info(si_link, link_string)
|
||||
|
||||
-- create and configure link
|
||||
local si_link = SessionItem ( "si-standard-link" )
|
||||
|
||||
Log.info(si_link, link_string)
|
||||
|
||||
if not si_link:configure {
|
||||
["out.item"] = out_item,
|
||||
["in.item"] = in_item,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue