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/monoscope/gstmonoscope.c | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'gst/monoscope') diff --git a/gst/monoscope/gstmonoscope.c b/gst/monoscope/gstmonoscope.c index 5612e6e1..9cefea89 100644 --- a/gst/monoscope/gstmonoscope.c +++ b/gst/monoscope/gstmonoscope.c @@ -23,17 +23,14 @@ * SECTION:element-monoscope * @see_also: goom * - * - * * Monoscope is an audio visualisation element. It creates a coloured * curve of the audio signal like on an oscilloscope. - * + * + * * Example launch line - * - * + * |[ * gst-launch -v audiotestsrc ! audioconvert ! monoscope ! ffmpegcolorspace ! ximagesink - * - * + * ]| * */ -- cgit