mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-16 07:00:00 -05:00
Fix typos
This commit is contained in:
parent
379068c31d
commit
47ef2b6b09
35 changed files with 53 additions and 53 deletions
|
|
@ -137,7 +137,7 @@ struct spa_io_clock {
|
|||
int64_t delay; /**< delay between position and hardware,
|
||||
* positive for capture, negative for playback */
|
||||
double rate_diff; /**< rate difference between clock and monotonic time */
|
||||
uint64_t next_nsec; /**< extimated next wakeup time in nanoseconds */
|
||||
uint64_t next_nsec; /**< estimated next wakeup time in nanoseconds */
|
||||
uint32_t padding[8];
|
||||
};
|
||||
|
||||
|
|
@ -231,7 +231,7 @@ struct spa_io_segment {
|
|||
* segment extends to the next segment. If the
|
||||
* segment becomes invalid and the looping flag is
|
||||
* set, the segment repeats. */
|
||||
double rate; /**< overal rate of the segment, can be negative for
|
||||
double rate; /**< overall rate of the segment, can be negative for
|
||||
* backwards time reporting. */
|
||||
uint64_t position; /**< The position when the running time == start.
|
||||
* can be invalid when the owner of the extra segment
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ struct spa_node_info {
|
|||
#define SPA_NODE_FLAG_NEED_CONFIGURE (1u<<5) /**< node needs configuration before it can
|
||||
* be started. */
|
||||
#define SPA_NODE_FLAG_ASYNC (1u<<6) /**< the process function might not
|
||||
* immediateley produce or consume data
|
||||
* immediately produce or consume data
|
||||
* but might offload the work to a worker
|
||||
* thread. */
|
||||
uint64_t flags;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue