gst/rtpmanager/gstrtpbin.c: Fix documentation for latest patch
authorThijs Vermeir <thijsvermeir@gmail.com>
Thu, 10 Jan 2008 20:57:17 +0000 (20:57 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 11 Aug 2009 01:30:33 +0000 (02:30 +0100)
Original commit message from CVS:
* gst/rtpmanager/gstrtpbin.c:
Fix documentation for latest patch

gst/rtpmanager/gstrtpbin.c

index 2d1a9b9..0e770e2 100644 (file)
@@ -56,8 +56,8 @@
  * </para>
  * <para>
  * 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
- * requesting the sink pad. The session manager will modify the
+ * automatically create a send_rtp_src_%%d pad. If the session number is not provided,
+ * 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
  * send_rtp_src_%%d pad after updating its internal state.
  * </para>