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/wavparse/gstwavparse.c | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) (limited to 'gst/wavparse') diff --git a/gst/wavparse/gstwavparse.c b/gst/wavparse/gstwavparse.c index b2f49807..266c430f 100644 --- a/gst/wavparse/gstwavparse.c +++ b/gst/wavparse/gstwavparse.c @@ -22,28 +22,20 @@ /** * SECTION:element-wavparse * - * - * * Parse a .wav file into raw or compressed audio. - * - * + * * Wavparse supports both push and pull mode operations, making it possible to * stream from a network source. - * + * + * * Example launch line - * - * + * |[ * gst-launch filesrc location=sine.wav ! wavparse ! audioconvert ! alsasink - * - * Read a wav file and output to the soundcard using the ALSA element. The + * ]| Read a wav file and output to the soundcard using the ALSA element. The * wav file is assumed to contain raw uncompressed samples. - * - * - * + * |[ * gst-launch gnomevfssrc location=http://www.example.org/sine.wav ! queue ! wavparse ! audioconvert ! alsasink - * - * Stream data from a network url. - * + * ]| Stream data from a network url. * * * Last reviewed on 2007-02-14 (0.10.6) -- cgit