From 413b7168dad606baef4dfd6094d67a4dc2b85c68 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 23 Mar 2019 20:08:56 +0000 Subject: [PATCH] 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) --- gst-libs/gst/audio/gstaudiometa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/audio/gstaudiometa.c b/gst-libs/gst/audio/gstaudiometa.c index 7ebbad1..ec93744 100644 --- a/gst-libs/gst/audio/gstaudiometa.c +++ b/gst-libs/gst/audio/gstaudiometa.c @@ -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 */ -- 2.7.4