summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThijs Vermeir <thijsvermeir@gmail.com>2008-01-10 20:57:17 +0000
committerThijs Vermeir <thijsvermeir@gmail.com>2008-01-10 20:57:17 +0000
commitd380c1cc83b4646a2ebafe5ce7d1d0f8ebd2dad9 (patch)
tree835a65ae16437d836a9008720b67fadc670230d9
parent7c08d2ad763502a0c60ce8a5107a4d63b31c85d4 (diff)
downloadgst-plugins-bad-d380c1cc83b4646a2ebafe5ce7d1d0f8ebd2dad9.tar.gz
gst-plugins-bad-d380c1cc83b4646a2ebafe5ce7d1d0f8ebd2dad9.tar.bz2
gst-plugins-bad-d380c1cc83b4646a2ebafe5ce7d1d0f8ebd2dad9.zip
gst/rtpmanager/gstrtpbin.c: Fix documentation for latest patch
Original commit message from CVS: * gst/rtpmanager/gstrtpbin.c: Fix documentation for latest patch
-rw-r--r--ChangeLog5
-rw-r--r--gst/rtpmanager/gstrtpbin.c4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 45552bc0..26eb8395 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
2008-01-10 Thijs Vermeir <thijsvermeir@gmail.com>
* gst/rtpmanager/gstrtpbin.c:
+ Fix documentation for latest patch
+
+2008-01-10 Thijs Vermeir <thijsvermeir@gmail.com>
+
+ * gst/rtpmanager/gstrtpbin.c:
Allow request_new_pad with name NULL (bug #508515)
2008-01-10 Sebastian Dröge <slomo@circular-chaos.org>
diff --git a/gst/rtpmanager/gstrtpbin.c b/gst/rtpmanager/gstrtpbin.c
index 2d1a9b9c..0e770e23 100644
--- a/gst/rtpmanager/gstrtpbin.c
+++ b/gst/rtpmanager/gstrtpbin.c
@@ -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>