mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
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.
|
||
|---|---|---|
| .. | ||
| client-node.c | ||
| client-node.h | ||
| client.c | ||
| client.h | ||
| command.c | ||
| command.h | ||
| daemon.c | ||
| daemon.h | ||
| link.c | ||
| link.h | ||
| module.c | ||
| module.h | ||
| node-factory.c | ||
| node-factory.h | ||
| node.c | ||
| node.h | ||
| port.c | ||
| port.h | ||