mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 06:38:01 +02:00
endpoint: fix bug when linking endpoints
This commit is contained in:
parent
98fe322897
commit
dcf749bd40
1 changed files with 1 additions and 1 deletions
|
|
@ -677,7 +677,7 @@ WpEndpointLink * wp_endpoint_link_new (WpCore * core, WpEndpoint * src,
|
|||
if (!WP_ENDPOINT_GET_CLASS (src)->prepare_link (src, src_stream, link,
|
||||
&src_props, error))
|
||||
return NULL;
|
||||
if (!WP_ENDPOINT_GET_CLASS (src)->prepare_link (sink, sink_stream, link,
|
||||
if (!WP_ENDPOINT_GET_CLASS (sink)->prepare_link (sink, sink_stream, link,
|
||||
&sink_props, error))
|
||||
return NULL;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue