mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
doc: Fix a couple of 'to to' typos
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
This commit is contained in:
parent
9271c11e68
commit
679eed5340
3 changed files with 3 additions and 3 deletions
2
PROTOCOL
2
PROTOCOL
|
|
@ -30,7 +30,7 @@ SHM data transfer support
|
||||||
|
|
||||||
### v11, implemented by >= 0.9.7
|
### v11, implemented by >= 0.9.7
|
||||||
|
|
||||||
Reply to to PA_COMMAND_GET_SINK_INPUT_INFO, PA_COMMAND_GET_SINK_INPUT_INFO_LIST gets new field at the end:
|
Reply to PA_COMMAND_GET_SINK_INPUT_INFO, PA_COMMAND_GET_SINK_INPUT_INFO_LIST gets new field at the end:
|
||||||
|
|
||||||
mute
|
mute
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -197,7 +197,7 @@ typedef enum pa_stream_flags {
|
||||||
* return always monotonically increasing time values on each
|
* return always monotonically increasing time values on each
|
||||||
* call. This may confuse applications which cannot deal with time
|
* call. This may confuse applications which cannot deal with time
|
||||||
* going 'backwards', but has the advantage that bad transport
|
* going 'backwards', but has the advantage that bad transport
|
||||||
* latency estimations that caused the time to to jump ahead can
|
* latency estimations that caused the time to jump ahead can
|
||||||
* be corrected quickly, without the need to wait. (Please note
|
* be corrected quickly, without the need to wait. (Please note
|
||||||
* that this flag was named PA_STREAM_NOT_MONOTONOUS in releases
|
* that this flag was named PA_STREAM_NOT_MONOTONOUS in releases
|
||||||
* prior to 0.9.11. The old name is still defined too, for
|
* prior to 0.9.11. The old name is still defined too, for
|
||||||
|
|
|
||||||
|
|
@ -1096,7 +1096,7 @@ void pa_sink_input_process_rewind(pa_sink_input *i, size_t nbytes /* in sink sam
|
||||||
i->process_rewind(i, amount);
|
i->process_rewind(i, amount);
|
||||||
called = true;
|
called = true;
|
||||||
|
|
||||||
/* Convert back to to sink domain */
|
/* Convert back to sink domain */
|
||||||
if (i->thread_info.resampler)
|
if (i->thread_info.resampler)
|
||||||
amount = pa_resampler_result(i->thread_info.resampler, amount);
|
amount = pa_resampler_result(i->thread_info.resampler, amount);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue