mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
gst/rtpmanager/gstrtpbin.c: Fix documentation for latest patch
Original commit message from CVS: * gst/rtpmanager/gstrtpbin.c: Fix documentation for latest patch
This commit is contained in:
parent
a4db9d0943
commit
c6d892420a
1 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,8 @@
|
||||||
* </para>
|
* </para>
|
||||||
* <para>
|
* <para>
|
||||||
* To use gstrtpbin as a sender, request a send_rtp_sink_%%d pad, which will
|
* To use gstrtpbin as a sender, request a send_rtp_sink_%%d pad, which will
|
||||||
* automatically create a send_rtp_src_%%d pad. The session number must be specified when
|
* automatically create a send_rtp_src_%%d pad. If the session number is not provided,
|
||||||
* requesting the sink pad. The session manager will modify the
|
* the pad from the lowest available session will be returned. The session manager will modify the
|
||||||
* SSRC in the RTP packets to its own SSRC and wil forward the packets on the
|
* SSRC in the RTP packets to its own SSRC and wil forward the packets on the
|
||||||
* send_rtp_src_%%d pad after updating its internal state.
|
* send_rtp_src_%%d pad after updating its internal state.
|
||||||
* </para>
|
* </para>
|
||||||
|
|
Loading…
Reference in a new issue