From: Aleix Conchillo FlaquƩ Date: Wed, 14 May 2014 20:42:25 +0000 (-0700) Subject: rtpbin: update rtp encoder/decoder docs X-Git-Tag: 1.3.2~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a62b280873279c9778e81d070b9eac43d209d576;p=platform%2Fupstream%2Fgst-plugins-good.git rtpbin: update rtp encoder/decoder docs Use %u in RTP encoder/decoder pads to match other rtpbin pads. https://bugzilla.gnome.org/show_bug.cgi?id=730146 --- diff --git a/gst/rtpmanager/gstrtpbin.c b/gst/rtpmanager/gstrtpbin.c index a087c46..9cc7d6e 100644 --- a/gst/rtpmanager/gstrtpbin.c +++ b/gst/rtpmanager/gstrtpbin.c @@ -67,7 +67,7 @@ * #GstRtpBin::request-rtp-decoder, #GstRtpBin::request-rtcp-encoder and * #GstRtpBin::request-rtp-decoder) to dynamically request for RTP and RTCP encoders * and decoders in order to support SRTP. The encoders must provide the pads - * rtp_sink_\%d and rtp_src_\%d for RTP and rtcp_sink_\%d and rtcp_src_\%d for + * rtp_sink_\%u and rtp_src_\%u for RTP and rtcp_sink_\%u and rtcp_src_\%u for * RTCP. The session number will be used in the pad name. The decoders must provide * rtp_sink and rtp_src for RTP and rtcp_sink and rtcp_src for RTCP. The decoders will * be placed before the #GstRtpSession element, thus they must support SSRC demuxing