mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
settings: remove link.min-buffers option again
The min should always be 1. We have other ways of bumping the number of buffers to 2, like the ASYNC allocation flag which we can set if we are also doing some async scheduling. We could make this an option later. Otherwise, we would also allocate 2 buffers by default between the mixer and the node, which is unnecessary.
This commit is contained in:
parent
dbedd09d42
commit
f366167278
7 changed files with 4 additions and 12 deletions
|
|
@ -13,7 +13,6 @@ context.properties = {
|
|||
#library.name.system = support/libspa-support
|
||||
#context.data-loop.library.name.system = support/libspa-support
|
||||
#support.dbus = true
|
||||
#link.min-buffers = 2
|
||||
#link.max-buffers = 64
|
||||
link.max-buffers = 16 # version < 3 clients can't handle more
|
||||
#mem.warn-mlock = false
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ context.properties = {
|
|||
#library.name.system = support/libspa-support
|
||||
#context.data-loop.library.name.system = support/libspa-support
|
||||
#support.dbus = true
|
||||
#link.min-buffers = 2
|
||||
#link.max-buffers = 64
|
||||
link.max-buffers = 16 # version < 3 clients can't handle more
|
||||
#mem.warn-mlock = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue