mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
audiometa: fix docs typo
This commit is contained in:
parent
a95ab79d34
commit
4c06e9e6eb
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ typedef struct _GstAudioMeta GstAudioMeta;
|
|||
*
|
||||
* It is a requirement for non-interleaved buffers to have this metadata
|
||||
* attached and to be mapped with gst_audio_buffer_map() in order to ensure
|
||||
* correct handling of cliping and channel reordering.
|
||||
* correct handling of clipping and channel reordering.
|
||||
*
|
||||
* The different channels in @offsets are always in the GStreamer channel order.
|
||||
* Zero-copy channel reordering can be implemented by swapping the values in
|
||||
|
|
Loading…
Reference in a new issue