From c1a3aaa3ec0f9a3b3a908247377a04a86a920d21 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 12 Apr 2022 15:23:08 +0300 Subject: [PATCH] Fix `transfer` gobject-introspection annotation typos Part-of: --- subprojects/gst-plugins-base/gst-libs/gst/rtp/gstrtpbasepayload.c | 2 +- subprojects/gstreamer-vaapi/gst-libs/gst/vaapi/gstvaapivalue.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/subprojects/gst-plugins-base/gst-libs/gst/rtp/gstrtpbasepayload.c b/subprojects/gst-plugins-base/gst-libs/gst/rtp/gstrtpbasepayload.c index d893493..fc2fda5 100644 --- a/subprojects/gst-plugins-base/gst-libs/gst/rtp/gstrtpbasepayload.c +++ b/subprojects/gst-plugins-base/gst-libs/gst/rtp/gstrtpbasepayload.c @@ -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. diff --git a/subprojects/gstreamer-vaapi/gst-libs/gst/vaapi/gstvaapivalue.c b/subprojects/gstreamer-vaapi/gst-libs/gst/vaapi/gstvaapivalue.c index 62e440b..8a597b2 100644 --- a/subprojects/gstreamer-vaapi/gst-libs/gst/vaapi/gstvaapivalue.c +++ b/subprojects/gstreamer-vaapi/gst-libs/gst/vaapi/gstvaapivalue.c @@ -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 "" **/ const gchar * -- 2.7.4