mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-02-04 15:30:30 +01:00
m-si-standard-link: properly set in item port context when configuring
This commit is contained in:
parent
debef67f3f
commit
552b04ed7d
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ si_standard_link_configure (WpSessionItem * item, WpProperties * p)
|
|||
self->out_item_port_context = wp_properties_get (si_props,
|
||||
"out.item.port.context");
|
||||
|
||||
self->out_item_port_context = wp_properties_get (si_props,
|
||||
self->in_item_port_context = wp_properties_get (si_props,
|
||||
"in.item.port.context");
|
||||
|
||||
str = wp_properties_get (si_props, "manage.lifetime");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue