diff options
Diffstat (limited to 'gst/rtpmanager/gstrtpclient.c')
-rw-r--r-- | gst/rtpmanager/gstrtpclient.c | 5 |
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> |