mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse-server: use quantum_limit
Don't use max_quantum as the upper quantum limit, this is now scaled with the rate. Use quantum_limit instead. We don't really care about the max_quantum anymore so get rid of the field.
This commit is contained in:
parent
80b2e345d7
commit
7c6649b5e5
2 changed files with 1 additions and 5 deletions
|
|
@ -51,7 +51,6 @@ struct defs {
|
|||
struct spa_fraction min_quantum;
|
||||
struct sample_spec sample_spec;
|
||||
struct channel_map channel_map;
|
||||
uint32_t max_quantum;
|
||||
uint32_t quantum_limit;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue