mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
pw_client -> pw_impl_client
This commit is contained in:
parent
d70a47b7fe
commit
95688939bf
40 changed files with 236 additions and 236 deletions
|
|
@ -168,8 +168,8 @@ static void *create_object(void *data,
|
|||
struct factory_data *d = data;
|
||||
struct pw_factory *factory = d->factory;
|
||||
struct client_endpoint *this;
|
||||
struct pw_client *owner = pw_resource_get_client(owner_resource);
|
||||
struct pw_context *context = pw_client_get_context(owner);
|
||||
struct pw_impl_client *owner = pw_resource_get_client(owner_resource);
|
||||
struct pw_context *context = pw_impl_client_get_context(owner);
|
||||
|
||||
this = calloc(1, sizeof(struct client_endpoint));
|
||||
if (this == NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue