summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2010-05-13 13:01:26 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2010-05-13 13:01:26 +0200
commitdc2662e22b1d5eb39c4bba2da830b46940195467 (patch)
treee639481a622ae114f837e600625e951b4cba073d
parent28f509fdcab42eec863bf8ab2481b0019cc0d771 (diff)
rtpbin: fix docs
Documentation error spotted by tony <caicai0119 at gmail.com> Fixes #618419
-rw-r--r--gst/rtpmanager/gstrtpbin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtpmanager/gstrtpbin.c b/gst/rtpmanager/gstrtpbin.c
index 4d38dbfd9..acddd66f9 100644
--- a/gst/rtpmanager/gstrtpbin.c
+++ b/gst/rtpmanager/gstrtpbin.c
@@ -34,7 +34,7 @@
* manager and after being validated forwarded on #GstRtpSsrcDemux element. Each
* 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
- * #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
* gstrtpbin with the session number, SSRC and payload type respectively as the pad
* name.