mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-09 13:30:06 -05:00
jack: don't fill aliases by default
JACK does not automatically generate aliases, so don't do that either. The problem is that no new ports can be created if one already exists with the same name or any of the aliases. This causes problems when a port is renamed and a new port is created with the old name because the alias might still be the old name and port creation fails. Add a jack.fill-aliases for this purpose. Fixes #3154
This commit is contained in:
parent
4c48c7e7b9
commit
a25c021074
2 changed files with 9 additions and 4 deletions
|
|
@ -88,6 +88,7 @@ jack.properties = {
|
|||
#jack.fix-midi-events = true
|
||||
#jack.global-buffer-size = false
|
||||
#jack.max-client-ports = 768
|
||||
#jack.fill-aliases = false
|
||||
}
|
||||
|
||||
# client specific properties
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue