diff --git a/gst-libs/gst/audio/gstaudiodecoder.c b/gst-libs/gst/audio/gstaudiodecoder.c index 37395d522a..cb9c2abcd9 100644 --- a/gst-libs/gst/audio/gstaudiodecoder.c +++ b/gst-libs/gst/audio/gstaudiodecoder.c @@ -2459,7 +2459,7 @@ exit: * restricted to rate/channels/... combinations supported by downstream * elements. * - * Returns: (transfer-full): a #GstCaps owned by caller + * Returns: (transfer full): a #GstCaps owned by caller * * Since: 1.6 */ diff --git a/gst-libs/gst/audio/gstaudioencoder.c b/gst-libs/gst/audio/gstaudioencoder.c index 3747a0b42c..55ef3bfc57 100644 --- a/gst-libs/gst/audio/gstaudioencoder.c +++ b/gst-libs/gst/audio/gstaudioencoder.c @@ -1336,7 +1336,7 @@ refuse_caps: * restricted to channel/rate combinations supported by downstream elements * (e.g. muxers). * - * Returns: (transfer-full): a #GstCaps owned by caller + * Returns: (transfer full): a #GstCaps owned by caller */ GstCaps * gst_audio_encoder_proxy_getcaps (GstAudioEncoder * enc, GstCaps * caps, diff --git a/gst-libs/gst/video/gstvideodecoder.c b/gst-libs/gst/video/gstvideodecoder.c index 5d822099cb..f4b41364cd 100644 --- a/gst-libs/gst/video/gstvideodecoder.c +++ b/gst-libs/gst/video/gstvideodecoder.c @@ -1591,9 +1591,9 @@ gst_video_decoder_src_query (GstPad * pad, GstObject * parent, GstQuery * query) * restricted to resolution/format/... combinations supported by downstream * elements. * - * Returns: (transfer-full): a #GstCaps owned by caller + * Returns: (transfer full): a #GstCaps owned by caller * - * @Since: 1.6 + * Since: 1.6 */ GstCaps * gst_video_decoder_proxy_getcaps (GstVideoDecoder * decoder, GstCaps * caps, diff --git a/gst-libs/gst/video/gstvideoencoder.c b/gst-libs/gst/video/gstvideoencoder.c index 063a3d9c25..439090aedc 100644 --- a/gst-libs/gst/video/gstvideoencoder.c +++ b/gst-libs/gst/video/gstvideoencoder.c @@ -674,7 +674,7 @@ parse_fail: * restricted to resolution/format/... combinations supported by downstream * elements (e.g. muxers). * - * Returns: (transfer-full): a #GstCaps owned by caller + * Returns: (transfer full): a #GstCaps owned by caller */ GstCaps * gst_video_encoder_proxy_getcaps (GstVideoEncoder * encoder, GstCaps * caps,