mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
audio: video: fix a few GI annotations
transfer-full -> transfer full @Since -> Since
This commit is contained in:
parent
a2ee84fa80
commit
7e39a51a50
4 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue