mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
Use pa_source_set_max_rewind_within_thread() for updating the monitor source's max_rewind
This commit is contained in:
parent
1743322d3e
commit
649c982222
1 changed files with 1 additions and 1 deletions
|
|
@ -1798,7 +1798,7 @@ void pa_sink_set_max_rewind_within_thread(pa_sink *s, size_t max_rewind) {
|
|||
}
|
||||
|
||||
if (s->monitor_source)
|
||||
pa_source_set_max_rewind(s->monitor_source, s->thread_info.max_rewind);
|
||||
pa_source_set_max_rewind_within_thread(s->monitor_source, s->thread_info.max_rewind);
|
||||
}
|
||||
|
||||
/* Called from main thread */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue