mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
Fix typos
This commit is contained in:
parent
379068c31d
commit
47ef2b6b09
35 changed files with 53 additions and 53 deletions
|
|
@ -417,7 +417,7 @@ int jack_set_freewheel_callback (jack_client_t *client,
|
|||
void *arg) JACK_OPTIONAL_WEAK_EXPORT;
|
||||
|
||||
/**
|
||||
* Tell JACK to call @a bufsize_callback whenever the size of the the
|
||||
* Tell JACK to call @a bufsize_callback whenever the size of the
|
||||
* buffer that will be passed to the @a process_callback is about to
|
||||
* change. Clients that depend on knowing the buffer size must supply
|
||||
* a @a bufsize_callback before activating themselves.
|
||||
|
|
@ -606,7 +606,7 @@ int jack_set_xrun_callback (jack_client_t *client,
|
|||
* register a latency callback.
|
||||
*
|
||||
* Another case is when a client wants to use
|
||||
* @ref jack_port_get_latency_range(), which only returns meaninful
|
||||
* @ref jack_port_get_latency_range(), which only returns meaningful
|
||||
* values when ports get connected and latency values change.
|
||||
*
|
||||
* See the documentation for @ref jack_port_set_latency_range()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue