mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
pw_impl_client_new -> pw_context_create_client
This commit is contained in:
parent
310077438b
commit
e96bdc6bd9
3 changed files with 3 additions and 3 deletions
|
|
@ -357,7 +357,7 @@ static struct client_data *client_new(struct server *s, int fd)
|
|||
|
||||
pw_properties_setf(props, PW_KEY_MODULE_ID, "%d", d->module->global->id);
|
||||
|
||||
client = pw_impl_client_new(protocol->context,
|
||||
client = pw_context_create_client(protocol->context,
|
||||
protocol, props, sizeof(struct client_data));
|
||||
if (client == NULL)
|
||||
goto exit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue