mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
conf: more work on config changes
Add -c option to pipewire to select config file. Use this to select the uninstalled conf file. Rename conf properties, prefix with context. Simplify the main daemon now that everything can go in config. Simplify pipewire-pulse now that we can put everything in config, it's now virtually the same as pipewire but with a differenct config file. Parse server addresses as array of strings.
This commit is contained in:
parent
fc90a4e48a
commit
80825aeaea
16 changed files with 104 additions and 156 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Daemon config file for PipeWire RT clients version @VERSION@ #
|
||||
# Real-time Client config file for PipeWire version @VERSION@ #
|
||||
|
||||
properties = {
|
||||
context.properties = {
|
||||
## Configure properties in the system.
|
||||
#mem.warn-mlock = false
|
||||
#mem.allow-mlock = true
|
||||
|
|
@ -8,7 +8,7 @@ properties = {
|
|||
#log.level = 2
|
||||
}
|
||||
|
||||
spa-libs = {
|
||||
context.spa-libs = {
|
||||
## <factory-name regex> = <library-name>
|
||||
#
|
||||
# Used to find spa factory names. It maps an spa factory name
|
||||
|
|
@ -19,7 +19,7 @@ spa-libs = {
|
|||
support.* = support/libspa-support
|
||||
}
|
||||
|
||||
modules = {
|
||||
context.modules = {
|
||||
## <module-name> = { [args = { <key>=<value> ... }]
|
||||
# [flags = [ [ifexists] [nofail] ]}
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue