summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/gstrtpclient.c
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2008-06-16 07:03:58 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-06-16 07:03:58 +0000
commit68993006c374a92474db6e908f7d3c13981bfed9 (patch)
treec4ff9daee109a4282c1bfffdbc0bed8e362a48ed /gst/rtpmanager/gstrtpclient.c
parentbb7f93bd4eee6e78378e2157c6448e28dda717e1 (diff)
downloadgst-plugins-bad-68993006c374a92474db6e908f7d3c13981bfed9.tar.gz
gst-plugins-bad-68993006c374a92474db6e908f7d3c13981bfed9.tar.bz2
gst-plugins-bad-68993006c374a92474db6e908f7d3c13981bfed9.zip
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.c15
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)