pw_impl_module_load -> pw_context_load_module

This commit is contained in:
Wim Taymans 2019-12-11 17:40:32 +01:00
parent 3084809bed
commit bc0dcd2e34
8 changed files with 16 additions and 16 deletions

View file

@ -115,7 +115,7 @@ int main(int argc, char *argv[])
data.library = argv[1];
data.factory = argv[2];
pw_impl_module_load(data.context, "libpipewire-module-spa-device-factory", NULL, NULL);
pw_context_load_module(data.context, "libpipewire-module-spa-device-factory", NULL, NULL);
data.core = pw_context_connect(data.context, NULL, 0);
if (data.core == NULL) {