mediatype-audio-raw: document GstAudioMeta
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>
Mon, 30 Apr 2018 09:06:07 +0000 (12:06 +0300)
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>
Sat, 27 Oct 2018 10:20:30 +0000 (13:20 +0300)
markdown/design/mediatype-audio-raw.md

index 603ee91..dade166 100644 (file)
@@ -21,6 +21,10 @@ Use `GstAudioInfo` and related helper API to create and parse raw audio caps.
 
 ## Metadata
 
+ - `GstAudioMeta`: Metadata that describes the layout of the data inside
+   the buffer. It is a requirement for buffers with non-interleaved layout
+   to have this metadata attached.
+
  - `GstAudioDownmixMeta`: A matrix for downmixing multichannel audio to a
    lower numer of channels.