From 044dd6626f9ad21ee6d47d0a18084f8c7b5c0373 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 25 Nov 2005 22:14:47 +0000 Subject: document flacdec Original commit message from CVS: document flacdec --- ext/flac/gstflacdec.c | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'ext') diff --git a/ext/flac/gstflacdec.c b/ext/flac/gstflacdec.c index 485cfade..5f534253 100644 --- a/ext/flac/gstflacdec.c +++ b/ext/flac/gstflacdec.c @@ -17,6 +17,30 @@ * Boston, MA 02111-1307, USA. */ +/** + * SECTION:element-flacdec + * @seealso: flacenc + * + * + * + * flacdec decodes FLAC streams. + * FLAC + * is a Free Lossless Audio Codec. + * + * Example launch line + * + * + * gst-launch filesrc location=media/small/dark.441-16-s.flac ! flacdec ! autoaudiosink + * + * + * + */ + +/* + * FIXME: this pipeline doesn't work, but we want to use it as example + * gst-launch gnomevfssrc location=http://gstreamer.freedesktop.org/media/small/dark.441-16-s.flac ! flacdec ! autoaudiosink + */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif -- cgit