mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
pw_link_proxy -> pw_link
This commit is contained in:
parent
114982f3f5
commit
e633e205c2
13 changed files with 61 additions and 61 deletions
|
|
@ -386,7 +386,7 @@ static int make_nodes(struct data *data)
|
|||
pw_core_create_object(data->core,
|
||||
"link-factory",
|
||||
PW_TYPE_INTERFACE_Link,
|
||||
PW_VERSION_LINK_PROXY,
|
||||
PW_VERSION_LINK,
|
||||
&props->dict, 0);
|
||||
|
||||
pw_properties_free(props);
|
||||
|
|
|
|||
|
|
@ -1332,7 +1332,7 @@ static int link_nodes(struct impl *impl, struct endpoint_link *link,
|
|||
p = pw_core_create_object(impl->policy_core,
|
||||
"link-factory",
|
||||
PW_TYPE_INTERFACE_Link,
|
||||
PW_VERSION_LINK_PROXY,
|
||||
PW_VERSION_LINK,
|
||||
&props->dict, sizeof(struct link));
|
||||
if (p == NULL)
|
||||
return -errno;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue