mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
jack: add jack.other-connect-mode property
Add a new property that controls how connections between other ports are handled. This can be used to block jack apps from connecting or disconnecting port they don't own.
This commit is contained in:
parent
2807a1eafd
commit
a9c0eb993e
2 changed files with 25 additions and 4 deletions
|
|
@ -83,6 +83,11 @@ jack.properties = {
|
|||
# fail-all: Fail all self connect requests
|
||||
# ignore-all: Ignore all self connect requests
|
||||
#jack.self-connect-mode = allow
|
||||
#
|
||||
# allow: Allow connect request of other ports
|
||||
# fail: Fail connect requests of other ports
|
||||
# ignore: Ignore connect requests of other ports
|
||||
#jack.other-connect-mode = allow
|
||||
#jack.locked-process = true
|
||||
#jack.default-as-system = false
|
||||
#jack.fix-midi-events = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue