rtpbin: fix docs

Documentation error spotted by tony <caicai0119 at gmail.com>

Fixes #618419
This commit is contained in:
Wim Taymans 2010-05-13 13:01:26 +02:00
parent 28f509fdca
commit dc2662e22b

View file

@ -34,7 +34,7 @@
* manager and after being validated forwarded on #GstRtpSsrcDemux element. Each * manager and after being validated forwarded on #GstRtpSsrcDemux element. Each
* RTP stream is demuxed based on the SSRC and send to a #GstRtpJitterBuffer. After * RTP stream is demuxed based on the SSRC and send to a #GstRtpJitterBuffer. After
* the packets are released from the jitterbuffer, they will be forwarded to a * the packets are released from the jitterbuffer, they will be forwarded to a
* #GstRtpSsrcDemux element. The #GstRtpSsrcDemux element will demux the packets based * #GstRtpPtDemux element. The #GstRtpPtDemux element will demux the packets based
* on the payload type and will create a unique pad recv_rtp_src_\%d_\%d_\%d on * on the payload type and will create a unique pad recv_rtp_src_\%d_\%d_\%d on
* gstrtpbin with the session number, SSRC and payload type respectively as the pad * gstrtpbin with the session number, SSRC and payload type respectively as the pad
* name. * name.