mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
Implement per client config files
Move the daemon config file loading to a new conf.c file used by the context to load the configuration. This replaces the module profiles and some hacks to move properties around. If there is nothing other specified with $PIPEWIRE_CONFIG_NAME or a property, the client.conf file is loaded as a fallback. Update the session manager config file to load the modules via the config now. Rename the session modules section to another name. Update pipewire-pulse to also load a specific pulse property file. This then makes it pssible to assign specific RT priorities for the pipewire-pulse process.
This commit is contained in:
parent
0d56f717bf
commit
c605672d43
17 changed files with 619 additions and 416 deletions
|
|
@ -35,6 +35,16 @@ configure_file(input : 'pipewire.conf.in',
|
|||
configuration : conf_config,
|
||||
install_dir : conf_install_dir)
|
||||
|
||||
configure_file(input : 'client.conf.in',
|
||||
output : 'client.conf',
|
||||
configuration : conf_config,
|
||||
install_dir : conf_install_dir)
|
||||
|
||||
configure_file(input : 'pipewire-pulse.conf.in',
|
||||
output : 'pipewire-pulse.conf',
|
||||
configuration : conf_config,
|
||||
install_dir : conf_install_dir)
|
||||
|
||||
configure_file(input : 'pipewire.conf.in',
|
||||
output : 'pipewire-uninstalled.conf',
|
||||
configuration : conf_config_uninstalled)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue