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
|
|
@ -200,7 +200,7 @@ static int client_endpoint_create_link(void *object, const struct spa_dict *prop
|
|||
res = -EINVAL;
|
||||
goto exit;
|
||||
}
|
||||
pw_endpoint_proxy_create_link((struct pw_endpoint_proxy*)obj->proxy, &p->dict);
|
||||
pw_endpoint_create_link((struct pw_endpoint*)obj->proxy, &p->dict);
|
||||
} else {
|
||||
pw_properties_setf(p, PW_KEY_LINK_INPUT_NODE, "%d", endpoint->node->id);
|
||||
pw_properties_setf(p, PW_KEY_LINK_INPUT_PORT, "-1");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue