audio: video: fix a few GI annotations

transfer-full -> transfer full
@Since -> Since
This commit is contained in:
Thiago Santos 2015-02-19 15:51:19 -03:00
parent a2ee84fa80
commit 7e39a51a50
4 changed files with 5 additions and 5 deletions

View 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
*/

View 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,

View 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,

View 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,