mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-14 06:59:57 -05:00
Fix typos
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
This commit is contained in:
parent
36ebbfa71c
commit
85b136d8ce
8 changed files with 9 additions and 9 deletions
|
|
@ -78,7 +78,7 @@ error_cleanup:
|
|||
return NULL;
|
||||
}
|
||||
|
||||
/** Create a new new main loop
|
||||
/** Create a new main loop
|
||||
* \return a newly allocated \ref pw_main_loop
|
||||
*
|
||||
* \memberof pw_main_loop
|
||||
|
|
|
|||
|
|
@ -116,7 +116,7 @@ extern "C" {
|
|||
*
|
||||
* \subsection ssec_consume Consume data
|
||||
*
|
||||
* The process event is emitted for each new buffer that can can be
|
||||
* The process event is emitted for each new buffer that can be
|
||||
* consumed.
|
||||
*
|
||||
* \ref pw_stream_dequeue_buffer() should be used to get the data and
|
||||
|
|
|
|||
|
|
@ -65,4 +65,4 @@ const char* pw_get_library_version(void);
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif /* PIPEWIRE_VERION_H */
|
||||
#endif /* PIPEWIRE_VERSION_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue