mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
rtpsource: fix documentation of rtp_source_send_rtp parameters
In commit 28e5f9098
(rtpbin: use PacketInfo for the sender, 2013-09-13)
the rtp_source_send_rtp signature changed but the documentation was not
adjusted to match the new one.
Update the documentation to match the function signature.
This commit is contained in:
parent
38285e5bcf
commit
30db93e3a4
1 changed files with 3 additions and 5 deletions
|
@ -1271,12 +1271,10 @@ rtp_source_mark_bye (RTPSource * src, const gchar * reason)
|
|||
/**
|
||||
* rtp_source_send_rtp:
|
||||
* @src: an #RTPSource
|
||||
* @data: an RTP buffer or a list of RTP buffers
|
||||
* @is_list: if @data is a buffer or list
|
||||
* @running_time: the running time of @data
|
||||
* @pinfo: an #RTPPacketInfo
|
||||
*
|
||||
* Send @data (an RTP buffer or list of buffers) originating from @src.
|
||||
* This will make @src a sender. This function takes ownership of @data and
|
||||
* Send data (an RTP buffer or buffer list from @pinfo) originating from @src.
|
||||
* This will make @src a sender. This function takes ownership of the data and
|
||||
* modifies the SSRC in the RTP packet to that of @src when needed.
|
||||
*
|
||||
* Returns: a #GstFlowReturn.
|
||||
|
|
Loading…
Reference in a new issue