From 2aa5ce3111f28f30498c223eb2e8996bfe6e61c3 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Tue, 3 Jul 2007 09:18:22 +0000 Subject: Also document AMR-WB elements. Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * ext/amrwb/gstamrwbdec.c: * ext/amrwb/gstamrwbenc.c: * ext/amrwb/gstamrwbparse.c: Also document AMR-WB elements. --- ext/amrwb/gstamrwbdec.c | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'ext/amrwb/gstamrwbdec.c') diff --git a/ext/amrwb/gstamrwbdec.c b/ext/amrwb/gstamrwbdec.c index 57de2c7a..9324fad5 100644 --- a/ext/amrwb/gstamrwbdec.c +++ b/ext/amrwb/gstamrwbdec.c @@ -17,9 +17,22 @@ * Boston, MA 02111-1307, USA. */ -/* - * library can be found at http://www.penguin.cz/~utx/amr +/** + * SECTION:element-amrwbdec + * @see_also: #GstAmrwbEnc, #GstAmrwbParse + * + * + * + * This is an AMR wideband decoder based on the + * reference codec implementation. + * + * Example launch line + * + * * gst-launch filesrc location=abc.amr ! amrwbparse ! amrwbdec ! audioresample ! audioconvert ! alsasink + * + * + * */ #ifdef HAVE_CONFIG_H -- cgit v1.2.1