mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-21 05:33:49 -04:00
conf: fixup config comments
Use () to mark optional fields to avoid confusion with [] for arrays. Add contition fields where available.
This commit is contained in:
parent
5552ff7fdd
commit
fda829a1fa
7 changed files with 28 additions and 16 deletions
|
|
@ -57,11 +57,11 @@ context.exec = [
|
|||
# Extra commands can be executed here.
|
||||
# load-module : loads a module with args and flags
|
||||
# args = "<module-name> <module-args>"
|
||||
# flags = [ "no-fail" ]
|
||||
# ( flags = [ nofail ] )
|
||||
pulse.cmd = [
|
||||
{ cmd = "load-module" args = "module-always-sink" flags = [ ] }
|
||||
#{ cmd = "load-module" args = "module-switch-on-connect" }
|
||||
#{ cmd = "load-module" args = "module-gsettings" flags = [ "nofail" ] }
|
||||
#{ cmd = "load-module" args = "module-gsettings" flags = [ nofail ] }
|
||||
]
|
||||
|
||||
stream.properties = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue