mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
make sure to call process_rewind() under all circumstances before we do the next loop iteration
This commit is contained in:
parent
1e36b57b13
commit
eab1cb8df9
10 changed files with 69 additions and 39 deletions
|
|
@ -145,6 +145,7 @@ struct pa_sink {
|
|||
|
||||
/* Maximum of what clients requested to rewind in this cycle */
|
||||
size_t rewind_nbytes;
|
||||
pa_bool_t rewind_requested;
|
||||
|
||||
pa_usec_t min_latency; /* we won't go below this latency */
|
||||
pa_usec_t max_latency; /* An upper limit for the latencies */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue