mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 01:58:01 +02:00
m-si-standard-link: fix in-endpoint check when configuring
This commit is contained in:
parent
bed43a481a
commit
0bef8280d7
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ si_standard_link_configure (WpSessionItem * item, WpProperties * p)
|
|||
return FALSE;
|
||||
|
||||
in_endpoint = get_and_validate_endpoint (si_props, "in-endpoint");
|
||||
if (!out_endpoint)
|
||||
if (!in_endpoint)
|
||||
return FALSE;
|
||||
|
||||
self->out_endpoint_port_context =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue