summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/gstrtpclient.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-04-03 11:35:39 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-04-03 11:35:39 +0000
commit909a0e333992f6cfae4c9896b4974db1b5373259 (patch)
tree64a5f6c7521e61bbbe4276d6ab95c1d725f104d8 /gst/rtpmanager/gstrtpclient.c
parentd99773bc390ff590d10865982270e649494f952b (diff)
downloadgst-plugins-bad-909a0e333992f6cfae4c9896b4974db1b5373259.tar.gz
gst-plugins-bad-909a0e333992f6cfae4c9896b4974db1b5373259.tar.bz2
gst-plugins-bad-909a0e333992f6cfae4c9896b4974db1b5373259.zip
gst/rtpmanager/: Some more ghostpad magic.
Original commit message from CVS: * gst/rtpmanager/gstrtpbin.c: (find_session_by_id), (create_session), (gst_rtp_bin_base_init), (create_recv_rtp), (create_recv_rtcp), (create_send_rtp), (create_rtcp), (gst_rtp_bin_request_new_pad): * gst/rtpmanager/gstrtpbin.h: * gst/rtpmanager/gstrtpclient.c: Some more ghostpad magic.
Diffstat (limited to 'gst/rtpmanager/gstrtpclient.c')
-rw-r--r--gst/rtpmanager/gstrtpclient.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gst/rtpmanager/gstrtpclient.c b/gst/rtpmanager/gstrtpclient.c
index 2984d3f9..422d57c6 100644
--- a/gst/rtpmanager/gstrtpclient.c
+++ b/gst/rtpmanager/gstrtpclient.c
@@ -27,10 +27,13 @@
* This element handles RTP data from one client. It accepts multiple RTP streams that
* should be synchronized together.
* </para>
+ * <para>
+ * Normally the SSRCs that map to the same CNAME (as given in the RTCP SDES messages)
+ * should be synchronized.
+ * </para>
* <title>Example pipelines</title>
* <para>
* <programlisting>
- * gst-launch -v filesrc location=sine.ogg ! oggdemux ! vorbisdec ! audioconvert ! alsasink
* </programlisting>
* </para>
* </refsect2>