diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2008-06-16 07:03:58 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-08-11 02:30:36 +0100 |
commit | 138c2b7cf9b713b5d6e56ac7934e228703bfc9f5 (patch) | |
tree | ce9e31b259cac59de2c7b44d3917a47019177d28 /gst/rtpmanager/gstrtpclient.c | |
parent | 2d1ccbf52e310773437f5daa23c29c4ee0488334 (diff) |
gst/: More doc updates. More xrefs.
Original commit message from CVS:
* gst/deinterlace/gstdeinterlace.c:
* gst/rtpmanager/gstrtpbin.c:
* gst/rtpmanager/gstrtpclient.c:
* gst/rtpmanager/gstrtpjitterbuffer.c:
* gst/rtpmanager/gstrtpptdemux.c:
* gst/rtpmanager/gstrtpsession.c:
* gst/rtpmanager/gstrtpssrcdemux.c:
* gst/sdp/gstsdpdemux.c:
More doc updates. More xrefs.
Diffstat (limited to 'gst/rtpmanager/gstrtpclient.c')
-rw-r--r-- | gst/rtpmanager/gstrtpclient.c | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/gst/rtpmanager/gstrtpclient.c b/gst/rtpmanager/gstrtpclient.c index faa493d1..2fccbfd7 100644 --- a/gst/rtpmanager/gstrtpclient.c +++ b/gst/rtpmanager/gstrtpclient.c @@ -21,20 +21,17 @@ * SECTION:element-gstrtpclient * @see_also: gstrtpjitterbuffer, gstrtpbin, gstrtpsession * - * <refsect2> - * <para> * 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> + * + * <refsect2> * <title>Example pipelines</title> - * <para> - * <programlisting> - * </programlisting> - * </para> + * |[ + * FIXME: gst-launch + * ]| FIXME: describe * </refsect2> * * Last reviewed on 2007-04-02 (0.10.5) |