mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
Fix transfer
gobject-introspection annotation typos
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2160>
This commit is contained in:
parent
2771490992
commit
c1a3aaa3ec
2 changed files with 2 additions and 2 deletions
|
@ -1993,7 +1993,7 @@ gst_rtp_base_payload_push_list (GstRTPBasePayload * payload,
|
|||
/**
|
||||
* gst_rtp_base_payload_push:
|
||||
* @payload: a #GstRTPBasePayload
|
||||
* @buffer: (tranfer full): a #GstBuffer
|
||||
* @buffer: (transfer full): a #GstBuffer
|
||||
*
|
||||
* Push @buffer to the peer element of the payloader. The SSRC, payload type,
|
||||
* seqnum and timestamp of the RTP buffer will be updated first.
|
||||
|
|
|
@ -226,7 +226,7 @@ gst_vaapi_type_define_enum_subset_from_mask (GstVaapiEnumSubset * subset,
|
|||
* @type: an enum #GType
|
||||
* @value: the value to get its nick
|
||||
*
|
||||
* Returns: (tranfer none); the string associated with
|
||||
* Returns: (transfer none); the string associated with
|
||||
* @value. Otherwise "<unknown>"
|
||||
**/
|
||||
const gchar *
|
||||
|
|
Loading…
Reference in a new issue