mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-27 07:00:12 -05:00
daemon-conf: Add conf file parsing
Support to parse configuration files. By default, the default conf file
is parsed ({sysconfdir}/pinos/pinos.conf), but that can be changed with
an environment variable (PINOS_CONFIG_FILE). The file can contain
commands and assignments (no assignment supported this far).
Support for command module-load is added.
This commit is contained in:
parent
d654a1bcd6
commit
7d8e2d53f7
14 changed files with 729 additions and 59 deletions
1
pinos/daemon/pinos.conf.in
Normal file
1
pinos/daemon/pinos.conf.in
Normal file
|
|
@ -0,0 +1 @@
|
|||
load-module module-gst
|
||||
Loading…
Add table
Add a link
Reference in a new issue