mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
memblockq: Fix the order of setting minreq and prebuf.
This commit is contained in:
parent
a8e7d8bc2c
commit
9bcb9f1a62
2 changed files with 3 additions and 3 deletions
|
|
@ -936,8 +936,8 @@ void pa_memblockq_apply_attr(pa_memblockq *bq, const pa_buffer_attr *a) {
|
|||
|
||||
pa_memblockq_set_maxlength(bq, a->maxlength);
|
||||
pa_memblockq_set_tlength(bq, a->tlength);
|
||||
pa_memblockq_set_prebuf(bq, a->prebuf);
|
||||
pa_memblockq_set_minreq(bq, a->minreq);
|
||||
pa_memblockq_set_prebuf(bq, a->prebuf);
|
||||
}
|
||||
|
||||
void pa_memblockq_get_attr(pa_memblockq *bq, pa_buffer_attr *a) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue