mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
control: use quantum_limit for midi buffer size
Instead of the arbitrary default.
This commit is contained in:
parent
7e87bd9b34
commit
89edb9f6c5
4 changed files with 23 additions and 3 deletions
|
|
@ -131,6 +131,8 @@ struct seq_state {
|
|||
struct spa_io_clock *clock;
|
||||
struct spa_io_position *position;
|
||||
|
||||
uint32_t quantum_limit;
|
||||
|
||||
int rate_denom;
|
||||
uint32_t duration;
|
||||
uint32_t threshold;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue