mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pw_impl_factory_new -> pw_context_create_factory
This commit is contained in:
parent
bc0dcd2e34
commit
310077438b
11 changed files with 11 additions and 11 deletions
|
|
@ -368,7 +368,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,
|
||||
"link-factory",
|
||||
PW_TYPE_INTERFACE_Link,
|
||||
PW_VERSION_LINK,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue