mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-20 06:59:58 -05:00
module-link-factory: ignore link.passive by default
Make an option to allow link.passive properties and set it to false by default. This effectively ignores the link.passive properties from the session manager, jack clients and pw-link when set. This is a good idea because the logic for making passive links is better handled in the core.
This commit is contained in:
parent
67999f0f9c
commit
93e6e98a17
2 changed files with 16 additions and 2 deletions
|
|
@ -326,7 +326,6 @@ context.objects = [
|
|||
# link.output.port = capture_1
|
||||
# link.input.node = my-mic
|
||||
# link.input.port = input_FL
|
||||
# link.passive = true
|
||||
# }
|
||||
#}
|
||||
#{ factory = link-factory
|
||||
|
|
@ -335,7 +334,6 @@ context.objects = [
|
|||
# link.output.port = capture_2
|
||||
# link.input.node = my-mic
|
||||
# link.input.port = input_FR
|
||||
# link.passive = true
|
||||
# }
|
||||
#}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue