mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-18 08:56:45 -05:00
core: add PW_KEY_CORE_PROFILE_MODULES
Let the core load a set of default modules. Add a key to control what default set to load, falling back to a reasonable set. Make the daemon not load any set and rely on the config script to load modules.
This commit is contained in:
parent
6b1e1a82f1
commit
1ba5a17236
7 changed files with 25 additions and 19 deletions
|
|
@ -128,7 +128,6 @@ int main(int argc, char *argv[])
|
|||
data.factory = argv[2];
|
||||
|
||||
pw_module_load(data.core, "libpipewire-module-spa-device-factory", NULL, NULL);
|
||||
pw_module_load(data.core, "libpipewire-module-client-device", NULL, NULL);
|
||||
|
||||
pw_remote_add_listener(data.remote, &data.remote_listener, &remote_events, &data);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue