From 9cf73bdd8f18505269fa4b6d1d80127945e735b1 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 28 Jan 2009 17:46:06 +0200 Subject: Update and add documentation for plugins with deps (ext). Link to properties. Correct titles for examples. Document a few trivial cases. Keep lists in section file and docs/plugins/Makefile.am alphabetically ordered. Fix warnings that gtk-doc points out. --- ext/aalib/gstaasink.c | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) (limited to 'ext/aalib') diff --git a/ext/aalib/gstaasink.c b/ext/aalib/gstaasink.c index 8ecc90b7..8e07568f 100644 --- a/ext/aalib/gstaasink.c +++ b/ext/aalib/gstaasink.c @@ -20,23 +20,16 @@ * SECTION:element-aasink * @see_also: #GstCACASink * - * - * * Displays video as b/w ascii art. - * + * + * * Example launch line - * - * + * |[ * gst-launch filesrc location=test.avi ! decodebin ! ffmpegcolorspace ! aasink - * - * This pipeline renders a video to ascii art into a separate window. - * - * - * + * ]| This pipeline renders a video to ascii art into a separate window. + * |[ * gst-launch filesrc location=test.avi ! decodebin ! ffmpegcolorspace ! aasink driver=curses - * - * This pipeline renders a video to ascii art into the current terminal. - * + * ]| This pipeline renders a video to ascii art into the current terminal. * */ -- cgit