audiometa: fix g-i warning

gstaudiometa.c:382: Warning: GstAudio: gst_buffer_add_audio_meta: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
This commit is contained in:
Tim-Philipp Müller 2019-03-23 20:08:56 +00:00
parent 4413f44449
commit 413b7168da

View file

@ -379,7 +379,7 @@ gst_audio_meta_transform (GstBuffer * dest, GstMeta * meta,
* out-of-bounds memory access on @buffer. This is also checked, which means
* that you must add enough memory on the @buffer before adding this meta.
*
* Returns: the #GstAudioMeta that was attached on the @buffer
* Returns: (transfer none): the #GstAudioMeta that was attached on the @buffer
*
* Since: 1.16
*/