doc: document module-link-factory

This commit is contained in:
Wim Taymans 2025-01-24 15:35:46 +01:00
parent 19d78ef195
commit 5d35986329
2 changed files with 80 additions and 0 deletions

View file

@ -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 } ]
}