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/goom/gstgoom.c | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'gst/goom') diff --git a/gst/goom/gstgoom.c b/gst/goom/gstgoom.c index 287d177a..4c40c1b3 100644 --- a/gst/goom/gstgoom.c +++ b/gst/goom/gstgoom.c @@ -22,17 +22,14 @@ * SECTION:element-goom * @see_also: synaesthesia * - * - * * Goom is an audio visualisation element. It creates warping structures * based on the incoming audio signal. - * + * + * * Example launch line - * - * + * |[ * gst-launch -v audiotestsrc ! goom ! ffmpegcolorspace ! xvimagesink - * - * + * ]| * */ -- cgit