mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -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 = {
|
||||
## <factory-name regex> = <library-name>
|
||||
#<factory-name regex> = <library-name>
|
||||
#
|
||||
# Used to find spa factory names. It maps an spa factory name
|
||||
# regular expression to a library name that should contain
|
||||
|
|
@ -20,8 +20,10 @@ context.spa-libs = {
|
|||
}
|
||||
|
||||
context.modules = {
|
||||
## <module-name> = { [args = { <key>=<value> ... }]
|
||||
# [flags = [ [ifexists] [nofail] ]}
|
||||
#<module-name> = {
|
||||
# [ args = { <key> = <value> ... } ]
|
||||
# [ flags = [ [ ifexists ] [ nofail ] ]
|
||||
#}
|
||||
#
|
||||
# Loads a module with the given parameters.
|
||||
# If ifexists is given, the module is ignored when it is not found.
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ context.properties = {
|
|||
}
|
||||
|
||||
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
|
||||
# regular expression to a library name that should contain
|
||||
|
|
@ -19,8 +19,10 @@ context.spa-libs = {
|
|||
}
|
||||
|
||||
context.modules = {
|
||||
## <module-name> = { [args = { <key>=<value> ... }]
|
||||
# [flags = [ [ifexists] [nofail] ]}
|
||||
#<module-name> = {
|
||||
# [ args = { <key> = <value> ... } ]
|
||||
# [ flags = [ [ ifexists ] [ nofail ] ]
|
||||
#}
|
||||
#
|
||||
# Loads a module with the given parameters.
|
||||
# If ifexists is given, the module is ignored when it is not found.
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ context.properties = {
|
|||
}
|
||||
|
||||
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
|
||||
# regular expression to a library name that should contain
|
||||
|
|
@ -19,8 +19,10 @@ context.spa-libs = {
|
|||
}
|
||||
|
||||
context.modules = {
|
||||
## <module-name> = { [args = { <key>=<value> ... }]
|
||||
# [flags = [ [ifexists] [nofail] ]}
|
||||
#<module-name> = {
|
||||
# [ args = { <key> = <value> ... } ]
|
||||
# [ flags = [ [ ifexists ] [ nofail ] ]
|
||||
#}
|
||||
#
|
||||
# Loads a module with the given parameters.
|
||||
# If ifexists is given, the module is ignored when it is not found.
|
||||
|
|
|
|||
|
|
@ -15,8 +15,10 @@ context.spa-libs = {
|
|||
}
|
||||
|
||||
context.modules = {
|
||||
## <module-name> = { [args = { <key>=<value> ... }]
|
||||
# [flags = [ [ifexists] [nofail] ]}
|
||||
#<module-name> = {
|
||||
# [ args = { <key> = <value> ... } ]
|
||||
# [ flags = [ [ ifexists ] [ nofail ] ]
|
||||
#}
|
||||
#
|
||||
# Loads a module with the given parameters.
|
||||
# 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-adapter = null
|
||||
libpipewire-module-metadata = null
|
||||
|
||||
libpipewire-module-protocol-pulse = {
|
||||
args = {
|
||||
server.address = [
|
||||
"unix:native"
|
||||
# "tcp:4713"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue