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/videofilter/gstgamma.c | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'gst/videofilter/gstgamma.c') diff --git a/gst/videofilter/gstgamma.c b/gst/videofilter/gstgamma.c index b1342687..e94de183 100644 --- a/gst/videofilter/gstgamma.c +++ b/gst/videofilter/gstgamma.c @@ -30,17 +30,13 @@ /** * SECTION:element-gamma * - * - * * Performs gamma correction on a video stream. - * + * + * * Example launch line - * - * + * |[ * gst-launch videotestsrc ! gamma gamma=2.0 ! ffmpegcolorspace ! ximagesink - * - * This pipeline will make the image "brighter". - * + * ]| This pipeline will make the image "brighter". * */ -- cgit