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 ++++-------- gst/videofilter/gstvideobalance.c | 13 +++++-------- gst/videofilter/gstvideoflip.c | 12 ++++-------- 3 files changed, 13 insertions(+), 24 deletions(-) (limited to 'gst/videofilter') 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". * */ diff --git a/gst/videofilter/gstvideobalance.c b/gst/videofilter/gstvideobalance.c index 2464ee05..80b503df 100644 --- a/gst/videofilter/gstvideobalance.c +++ b/gst/videofilter/gstvideobalance.c @@ -26,17 +26,14 @@ /** * SECTION:element-videobalance * - * - * * Adjusts brightness, contrast, hue, saturation on a video stream. - * + * + * * Example launch line - * - * + * |[ * gst-launch videotestsrc ! videobalance saturation=0.0 ! ffmpegcolorspace ! ximagesink - * - * This pipeline converts the image to black and white by setting the saturation to 0.0. - * + * ]| This pipeline converts the image to black and white by setting the + * saturation to 0.0. * * * Last reviewed on 2006-03-03 (0.10.3) diff --git a/gst/videofilter/gstvideoflip.c b/gst/videofilter/gstvideoflip.c index 336e0538..051805c5 100644 --- a/gst/videofilter/gstvideoflip.c +++ b/gst/videofilter/gstvideoflip.c @@ -25,17 +25,13 @@ /** * SECTION:element-videoflip * - * - * * Flips and rotates video. - * + * + * * Example launch line - * - * + * |[ * gst-launch videotestsrc ! videoflip method=clockwise ! ffmpegcolorspace ! ximagesink - * - * This pipeline flips the test image 90 degrees clockwise. - * + * ]| This pipeline flips the test image 90 degrees clockwise. * * * Last reviewed on 2006-03-03 (0.10.3) -- cgit