mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
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:
parent
4413f44449
commit
413b7168da
1 changed files with 1 additions and 1 deletions
|
@ -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
|
* 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.
|
* 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
|
* Since: 1.16
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue