audiometa: fix docs typo

This commit is contained in:
Tim-Philipp Müller 2019-01-06 00:48:56 +00:00
parent a95ab79d34
commit 4c06e9e6eb

View file

@ -146,7 +146,7 @@ typedef struct _GstAudioMeta GstAudioMeta;
* *
* It is a requirement for non-interleaved buffers to have this metadata * 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 * 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. * The different channels in @offsets are always in the GStreamer channel order.
* Zero-copy channel reordering can be implemented by swapping the values in * Zero-copy channel reordering can be implemented by swapping the values in