From 68993006c374a92474db6e908f7d3c13981bfed9 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 16 Jun 2008 07:03:58 +0000 Subject: 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. --- gst/sdp/gstsdpdemux.c | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'gst/sdp') diff --git a/gst/sdp/gstsdpdemux.c b/gst/sdp/gstsdpdemux.c index 45cdc3a8..949d2fab 100644 --- a/gst/sdp/gstsdpdemux.c +++ b/gst/sdp/gstsdpdemux.c @@ -19,31 +19,25 @@ /** * SECTION:element-sdpdemux * - * - * * sdpdemux currently understands SDP as the input format of the session description. * For each stream listed in the SDP a new rtp_stream%d pad will be created * with caps derived from the SDP media description. This is a caps of mime type * "application/x-rtp" that can be connected to any available RTP depayloader * element. - * - * + * * sdpdemux will internally instantiate an RTP session manager element * that will handle the RTCP messages to and from the server, jitter removal, * packet reordering along with providing a clock for the pipeline. - * - * + * * sdpdemux acts like a live element and will therefore only generate data in the * PLAYING state. - * + * + * * Example launch line - * - * + * |[ * gst-launch gnomevfssrc location=http://some.server/session.sdp ! sdpdemux ! fakesink - * - * Establish a connection to an HTTP server that contains an SDP session description + * ]| Establish a connection to an HTTP server that contains an SDP session description * that gets parsed by sdpdemux and send the raw RTP packets to a fakesink. - * * * * Last reviewed on 2007-10-01 (0.10.6) -- cgit v1.2.1