From a99d3f8769ed3fd1266d5216ecefebfd1bdcf663 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 28 Jan 2009 12:29:42 +0200 Subject: Update and add documentation for plugins with no deps (gst). Link to properties. Correct titles for examples. Document a few trivial cases. Keep lists in section file and docs/plugins/Makefile.am alphabetically ordered. --- gst/icydemux/gsticydemux.c | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'gst/icydemux') diff --git a/gst/icydemux/gsticydemux.c b/gst/icydemux/gsticydemux.c index 8ea4d1a5..234f3f80 100644 --- a/gst/icydemux/gsticydemux.c +++ b/gst/icydemux/gsticydemux.c @@ -21,27 +21,21 @@ /** * SECTION:element-icydemux - * @short_description: reads tag information from an Icy (Icecast/Shoutcast) - * stream, outputting them as tag messages, and forwarding the enclosed data. * - * - * * icydemux accepts data streams with ICY metadata at known intervals, as * transmitted from an upstream element (usually read as response headers from * an HTTP stream). The mime type of the data between the tag blocks is * detected using typefind functions, and the appropriate output mime type set * on outgoing buffers. - * + * + * * Example launch line - * - * + * |[ * gst-launch souphttpsrc location=http://some.server/ iradio-mode=true ! icydemux ! fakesink -t - * - * This pipeline should read any available ICY tag information and output it. + * ]| This pipeline should read any available ICY tag information and output it. * The contents of the stream should be detected, and the appropriate mime * type set on buffers produced from icydemux. (Using gnomevfssrc, neonhttpsrc * or giosrc instead of souphttpsrc should also work.) - * * */ #ifdef HAVE_CONFIG_H -- cgit