From 4c98e2d2897355c61d7ed4a3f1ccea04b92a5fcb Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Fri, 8 Apr 2022 01:52:32 +0200 Subject: [PATCH] rtpbasepayload: fix transfer annotation for push and push_list Part-of: --- subprojects/gst-plugins-base/gst-libs/gst/rtp/gstrtpbasepayload.c | 4 ++-- 1 file 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 fb403e9..d893493 100644 --- a/subprojects/gst-plugins-base/gst-libs/gst/rtp/gstrtpbasepayload.c +++ b/subprojects/gst-plugins-base/gst-libs/gst/rtp/gstrtpbasepayload.c @@ -1959,7 +1959,7 @@ no_rate: /** * gst_rtp_base_payload_push_list: * @payload: a #GstRTPBasePayload - * @list: a #GstBufferList + * @list: (transfer full): a #GstBufferList * * Push @list to the peer element of the payloader. The SSRC, payload type, * seqnum and timestamp of the RTP buffer will be updated first. @@ -1993,7 +1993,7 @@ gst_rtp_base_payload_push_list (GstRTPBasePayload * payload, /** * gst_rtp_base_payload_push: * @payload: a #GstRTPBasePayload - * @buffer: a #GstBuffer + * @buffer: (tranfer 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. -- 2.7.4