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;
|
||||
|
|
|
|||
|
|
@ -29,12 +29,12 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
/** Various Chroma sitings.
|
||||
/** Various Chroma settings.
|
||||
* @SPA_VIDEO_CHROMA_SITE_UNKNOWN: unknown cositing
|
||||
* @SPA_VIDEO_CHROMA_SITE_NONE: no cositing
|
||||
* @SPA_VIDEO_CHROMA_SITE_H_COSITED: chroma is horizontally cosited
|
||||
* @SPA_VIDEO_CHROMA_SITE_V_COSITED: chroma is vertically cosited
|
||||
* @SPA_VIDEO_CHROMA_SITE_ALT_LINE: choma samples are sited on alternate lines
|
||||
* @SPA_VIDEO_CHROMA_SITE_ALT_LINE: chroma samples are sited on alternate lines
|
||||
* @SPA_VIDEO_CHROMA_SITE_COSITED: chroma samples cosited with luma samples
|
||||
* @SPA_VIDEO_CHROMA_SITE_JPEG: jpeg style cositing, also for mpeg1 and mjpeg
|
||||
* @SPA_VIDEO_CHROMA_SITE_MPEG2: mpeg2 style cositing
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@ enum spa_video_multiview_mode {
|
|||
/* Padding for new frame packing modes */
|
||||
|
||||
SPA_VIDEO_MULTIVIEW_MODE_FRAME_BY_FRAME = 32,
|
||||
/* Multivew mode(s) */
|
||||
/* Multiview mode(s) */
|
||||
SPA_VIDEO_MULTIVIEW_MODE_MULTIVIEW_FRAME_BY_FRAME,
|
||||
SPA_VIDEO_MULTIVIEW_MODE_SEPARATED
|
||||
/* future expansion for annotated modes */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue