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

@ -205,7 +205,7 @@ int pipewire__module_init(struct pw_impl_module *module, const char *args)
struct pw_impl_factory *factory;
struct factory_data *data;
factory = pw_impl_factory_new(context,
factory = pw_context_create_factory(context,
"spa-device-factory",
PW_TYPE_INTERFACE_Device,
PW_VERSION_DEVICE,