conf: Fix format inconsistencies and beautify configs

This commit is contained in:
Ivan 2021-09-20 18:00:27 +03:00 committed by Wim Taymans
parent 8efe54a176
commit 1129e90c4f
16 changed files with 356 additions and 356 deletions

View file

@ -1,16 +1,16 @@
# Media session config file for PipeWire version @VERSION@ #
#
# Copy and edit this file in @PIPEWIRE_CONFIG_DIR@/media-session.d/
# for systemwide changes or in
# for system-wide changes or in
# ~/.config/pipewire/media-session.d/ for local changes.
context.properties = {
# Properties to configure the session and some
# modules.
#mem.mlock-all = false
#support.dbus = true
#log.level = 2
#alsa.seq.name = Midi-Bridge
#mem.mlock-all = false
#support.dbus = true
#log.level = 2
#alsa.seq.name = Midi-Bridge
#default-profile.restore-bluetooth = false
}
@ -23,8 +23,8 @@ context.spa-libs = {
}
context.modules = [
#{ name = <module-name>
# [ args = { <key> = <value> ... } ]
#{ name = <module-name>
# [ args = { <key> = <value> ... } ]
# [ flags = [ [ ifexists ] [ nofail ] ]
#}
#
@ -33,7 +33,7 @@ context.modules = [
# If nofail is given, module initialization failures are ignored.
#
# Uses RTKit to boost the data thread priority.
{ name = libpipewire-module-rtkit
{ name = libpipewire-module-rtkit
args = {
#nice.level = -11
#rt.prio = 88
@ -44,27 +44,27 @@ context.modules = [
}
# The native communication protocol.
{ name = libpipewire-module-protocol-native }
{ name = libpipewire-module-protocol-native }
# Allows creating nodes that run in the context of the
# client. Is used by all clients that want to provide
# data to PipeWire.
{ name = libpipewire-module-client-node }
{ name = libpipewire-module-client-node }
# Allows creating devices that run in the context of the
# client. Is used by the session manager.
{ name = libpipewire-module-client-device }
{ name = libpipewire-module-client-device }
# Makes a factory for wrapping nodes in an adapter with a
# converter and resampler.
{ name = libpipewire-module-adapter }
{ name = libpipewire-module-adapter }
# Allows applications to create metadata objects. It creates
# a factory for Metadata objects.
{ name = libpipewire-module-metadata }
{ name = libpipewire-module-metadata }
# Provides factories to make session manager objects.
{ name = libpipewire-module-session-manager }
{ name = libpipewire-module-session-manager }
]
session.modules = {