mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
rtpbasepayload: fix transfer annotation for push and push_list
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2133>
This commit is contained in:
parent
d06187c218
commit
4c98e2d289
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue