rtpbin: update rtp encoder/decoder docs
authorAleix Conchillo FlaquƩ <aleix@oblong.com>
Wed, 14 May 2014 20:42:25 +0000 (13:42 -0700)
committerWim Taymans <wtaymans@redhat.com>
Thu, 15 May 2014 13:48:21 +0000 (15:48 +0200)
Use %u in RTP encoder/decoder pads to match other rtpbin pads.

https://bugzilla.gnome.org/show_bug.cgi?id=730146

gst/rtpmanager/gstrtpbin.c

index a087c46..9cc7d6e 100644 (file)
@@ -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