mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
doc: document module-link-factory
This commit is contained in:
parent
19d78ef195
commit
5d35986329
2 changed files with 80 additions and 0 deletions
|
|
@ -200,7 +200,11 @@ context.modules = [
|
|||
}
|
||||
|
||||
# Makes a factory for creating links between ports.
|
||||
# use module.link-factory.args = { ... } to override the arguments.
|
||||
{ name = libpipewire-module-link-factory
|
||||
args = {
|
||||
#allow.link.passive = false
|
||||
}
|
||||
condition = [ { module.link-factory = !false } ]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue