mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
pulse-server: add pulse.allow-module-loading option
Add an option to disable loading and unloading of modules with the native protocol. Document some more options.
This commit is contained in:
parent
a3ccbd00b4
commit
a30c27dce0
4 changed files with 52 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ struct pw_work_queue;
|
|||
struct pw_properties;
|
||||
|
||||
struct defs {
|
||||
bool allow_module_loading;
|
||||
struct spa_fraction min_req;
|
||||
struct spa_fraction default_req;
|
||||
struct spa_fraction min_frag;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue