mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
Revert "context: set max-quantum to 4096 by default"
This reverts commit 293d9b3c5d.
The root cause of this might now be fixed.
See #724
This commit is contained in:
parent
0e2a153bd3
commit
a57d3e4dae
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ context.properties = {
|
|||
#default.clock.rate = 48000
|
||||
#default.clock.quantum = 1024
|
||||
#default.clock.min-quantum = 32
|
||||
#default.clock.max-quantum = 4096
|
||||
#default.clock.max-quantum = 8192
|
||||
#default.video.width = 640
|
||||
#default.video.height = 480
|
||||
#default.video.rate.num = 25
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@
|
|||
#define DEFAULT_CLOCK_RATE 48000u
|
||||
#define DEFAULT_CLOCK_QUANTUM 1024u
|
||||
#define DEFAULT_CLOCK_MIN_QUANTUM 32u
|
||||
#define DEFAULT_CLOCK_MAX_QUANTUM 4096u
|
||||
#define DEFAULT_CLOCK_MAX_QUANTUM 8192u
|
||||
#define DEFAULT_VIDEO_WIDTH 640
|
||||
#define DEFAULT_VIDEO_HEIGHT 480
|
||||
#define DEFAULT_VIDEO_RATE_NUM 25u
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue