mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-08 13:30:08 -05:00
pw_endpoint_proxy -> pw_endpoint
This commit is contained in:
parent
85103d128e
commit
9b53c65c72
10 changed files with 71 additions and 71 deletions
|
|
@ -326,7 +326,7 @@ static int link_endpoints(struct endpoint *endpoint, enum pw_direction direction
|
|||
pw_log_debug(NAME " %p: endpoint %d -> endpoint %d", impl,
|
||||
endpoint->id, peer->id);
|
||||
|
||||
pw_endpoint_proxy_create_link((struct pw_endpoint_proxy*)endpoint->obj->obj.proxy,
|
||||
pw_endpoint_create_link((struct pw_endpoint*)endpoint->obj->obj.proxy,
|
||||
&props->dict);
|
||||
|
||||
pw_properties_free(props);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue