audio: video: fix a few GI annotations
authorThiago Santos <thiagoss@osg.samsung.com>
Thu, 19 Feb 2015 18:51:19 +0000 (15:51 -0300)
committerThiago Santos <thiagoss@osg.samsung.com>
Thu, 19 Feb 2015 18:51:42 +0000 (15:51 -0300)
transfer-full -> transfer full
@Since -> Since

gst-libs/gst/audio/gstaudiodecoder.c
gst-libs/gst/audio/gstaudioencoder.c
gst-libs/gst/video/gstvideodecoder.c
gst-libs/gst/video/gstvideoencoder.c

index 37395d5..cb9c2ab 100644 (file)
@@ -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
  */
index 3747a0b..55ef3bf 100644 (file)
@@ -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,
index 5d82209..f4b4136 100644 (file)
@@ -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,
index 063a3d9..439090a 100644 (file)
@@ -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,