Fix `transfer` gobject-introspection annotation typos
authorSebastian Dröge <sebastian@centricular.com>
Tue, 12 Apr 2022 12:23:08 +0000 (15:23 +0300)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 12 Apr 2022 12:43:08 +0000 (12:43 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2160>

subprojects/gst-plugins-base/gst-libs/gst/rtp/gstrtpbasepayload.c
subprojects/gstreamer-vaapi/gst-libs/gst/vaapi/gstvaapivalue.c

index d893493..fc2fda5 100644 (file)
@@ -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.
index 62e440b..8a597b2 100644 (file)
@@ -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 *