pw_impl_factory_new -> pw_context_create_factory

This commit is contained in:
Wim Taymans 2019-12-11 17:50:27 +01:00
parent bc0dcd2e34
commit 310077438b
11 changed files with 11 additions and 11 deletions

View file

@ -256,7 +256,7 @@ int client_endpoint_factory_init(struct pw_impl_module *module)
struct pw_impl_factory *factory;
struct factory_data *data;
factory = pw_impl_factory_new(context,
factory = pw_context_create_factory(context,
"client-endpoint",
PW_TYPE_INTERFACE_ClientEndpoint,
PW_VERSION_CLIENT_ENDPOINT,

View file

@ -255,7 +255,7 @@ int client_session_factory_init(struct pw_impl_module *module)
struct pw_impl_factory *factory;
struct factory_data *data;
factory = pw_impl_factory_new(context,
factory = pw_context_create_factory(context,
"client-session",
PW_TYPE_INTERFACE_ClientSession,
PW_VERSION_CLIENT_SESSION,