mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
sink-input: Fix comment: s/push/peek/
This commit is contained in:
parent
9f924a9dda
commit
056bb3a39c
1 changed files with 1 additions and 1 deletions
|
|
@ -989,7 +989,7 @@ void pa_sink_input_process_rewind(pa_sink_input *i, size_t nbytes /* in sink sam
|
|||
if (i->thread_info.rewrite_nbytes == (size_t) -1) {
|
||||
|
||||
/* We were asked to drop all buffered data, and rerequest new
|
||||
* data from implementor the next time push() is called */
|
||||
* data from implementor the next time peek() is called */
|
||||
|
||||
pa_memblockq_flush_write(i->thread_info.render_memblockq, TRUE);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue