mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
pw_impl_link_new -> pw_context_create_link
This commit is contained in:
parent
e96bdc6bd9
commit
c3f6524120
3 changed files with 3 additions and 3 deletions
|
|
@ -258,7 +258,7 @@ static void *create_object(void *_data,
|
|||
pw_properties_setf(properties, PW_KEY_CLIENT_ID, "%d", client->global->id);
|
||||
|
||||
|
||||
link = pw_impl_link_new(context, outport, inport, NULL, properties, sizeof(struct link_data));
|
||||
link = pw_context_create_link(context, outport, inport, NULL, properties, sizeof(struct link_data));
|
||||
properties = NULL;
|
||||
if (link == NULL) {
|
||||
res = -errno;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue