mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
style: Format and fix config files
Some minor formatting for recently added config files.
This commit is contained in:
parent
3c9996aa78
commit
7e7f0225d4
6 changed files with 74 additions and 64 deletions
|
|
@ -9,7 +9,7 @@ context.properties = {
|
||||||
}
|
}
|
||||||
|
|
||||||
context.spa-libs = {
|
context.spa-libs = {
|
||||||
## <factory-name regex> = <library-name>
|
#<factory-name regex> = <library-name>
|
||||||
#
|
#
|
||||||
# Used to find spa factory names. It maps an spa factory name
|
# Used to find spa factory names. It maps an spa factory name
|
||||||
# regular expression to a library name that should contain
|
# regular expression to a library name that should contain
|
||||||
|
|
@ -20,8 +20,10 @@ context.spa-libs = {
|
||||||
}
|
}
|
||||||
|
|
||||||
context.modules = {
|
context.modules = {
|
||||||
## <module-name> = { [args = { <key>=<value> ... }]
|
#<module-name> = {
|
||||||
# [flags = [ [ifexists] [nofail] ]}
|
# [ args = { <key> = <value> ... } ]
|
||||||
|
# [ flags = [ [ ifexists ] [ nofail ] ]
|
||||||
|
#}
|
||||||
#
|
#
|
||||||
# Loads a module with the given parameters.
|
# Loads a module with the given parameters.
|
||||||
# If ifexists is given, the module is ignored when it is not found.
|
# If ifexists is given, the module is ignored when it is not found.
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ context.properties = {
|
||||||
}
|
}
|
||||||
|
|
||||||
context.spa-libs = {
|
context.spa-libs = {
|
||||||
## <factory-name regex> = <library-name>
|
#<factory-name regex> = <library-name>
|
||||||
#
|
#
|
||||||
# Used to find spa factory names. It maps an spa factory name
|
# Used to find spa factory names. It maps an spa factory name
|
||||||
# regular expression to a library name that should contain
|
# regular expression to a library name that should contain
|
||||||
|
|
@ -19,8 +19,10 @@ context.spa-libs = {
|
||||||
}
|
}
|
||||||
|
|
||||||
context.modules = {
|
context.modules = {
|
||||||
## <module-name> = { [args = { <key>=<value> ... }]
|
#<module-name> = {
|
||||||
# [flags = [ [ifexists] [nofail] ]}
|
# [ args = { <key> = <value> ... } ]
|
||||||
|
# [ flags = [ [ ifexists ] [ nofail ] ]
|
||||||
|
#}
|
||||||
#
|
#
|
||||||
# Loads a module with the given parameters.
|
# Loads a module with the given parameters.
|
||||||
# If ifexists is given, the module is ignored when it is not found.
|
# If ifexists is given, the module is ignored when it is not found.
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ context.properties = {
|
||||||
}
|
}
|
||||||
|
|
||||||
context.spa-libs = {
|
context.spa-libs = {
|
||||||
## <factory-name regex> = <library-name>
|
#<factory-name regex> = <library-name>
|
||||||
#
|
#
|
||||||
# Used to find spa factory names. It maps an spa factory name
|
# Used to find spa factory names. It maps an spa factory name
|
||||||
# regular expression to a library name that should contain
|
# regular expression to a library name that should contain
|
||||||
|
|
@ -19,8 +19,10 @@ context.spa-libs = {
|
||||||
}
|
}
|
||||||
|
|
||||||
context.modules = {
|
context.modules = {
|
||||||
## <module-name> = { [args = { <key>=<value> ... }]
|
#<module-name> = {
|
||||||
# [flags = [ [ifexists] [nofail] ]}
|
# [ args = { <key> = <value> ... } ]
|
||||||
|
# [ flags = [ [ ifexists ] [ nofail ] ]
|
||||||
|
#}
|
||||||
#
|
#
|
||||||
# Loads a module with the given parameters.
|
# Loads a module with the given parameters.
|
||||||
# If ifexists is given, the module is ignored when it is not found.
|
# If ifexists is given, the module is ignored when it is not found.
|
||||||
|
|
|
||||||
|
|
@ -15,8 +15,10 @@ context.spa-libs = {
|
||||||
}
|
}
|
||||||
|
|
||||||
context.modules = {
|
context.modules = {
|
||||||
## <module-name> = { [args = { <key>=<value> ... }]
|
#<module-name> = {
|
||||||
# [flags = [ [ifexists] [nofail] ]}
|
# [ args = { <key> = <value> ... } ]
|
||||||
|
# [ flags = [ [ ifexists ] [ nofail ] ]
|
||||||
|
#}
|
||||||
#
|
#
|
||||||
# Loads a module with the given parameters.
|
# Loads a module with the given parameters.
|
||||||
# If ifexists is given, the module is ignored when it is not found.
|
# If ifexists is given, the module is ignored when it is not found.
|
||||||
|
|
|
||||||
|
|
@ -26,11 +26,13 @@ context.modules = {
|
||||||
libpipewire-module-client-node = null
|
libpipewire-module-client-node = null
|
||||||
libpipewire-module-adapter = null
|
libpipewire-module-adapter = null
|
||||||
libpipewire-module-metadata = null
|
libpipewire-module-metadata = null
|
||||||
|
|
||||||
libpipewire-module-protocol-pulse = {
|
libpipewire-module-protocol-pulse = {
|
||||||
args = {
|
args = {
|
||||||
server.address = [
|
server.address = [
|
||||||
"unix:native"
|
"unix:native"
|
||||||
# "tcp:4713"
|
# "tcp:4713"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue