From d1c828f84580f580fc6f79ea81afb32b2df11c1c Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Wed, 23 Aug 2006 08:52:50 +0000 Subject: Add docs for wavpack elements (#352476). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Original commit message from CVS: Patch by: Sebastian Dröge * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * docs/plugins/gst-plugins-bad-plugins.hierarchy: * docs/plugins/inspect/plugin-wavpack.xml: * ext/wavpack/gstwavpackdec.c: * ext/wavpack/gstwavpackdec.h: * ext/wavpack/gstwavpackenc.c: * ext/wavpack/gstwavpackenc.h: * ext/wavpack/gstwavpackparse.c: * ext/wavpack/gstwavpackparse.h: Add docs for wavpack elements (#352476). --- ext/wavpack/gstwavpackparse.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ext/wavpack/gstwavpackparse.c') diff --git a/ext/wavpack/gstwavpackparse.c b/ext/wavpack/gstwavpackparse.c index af46f7a7..ca894ec9 100644 --- a/ext/wavpack/gstwavpackparse.c +++ b/ext/wavpack/gstwavpackparse.c @@ -21,6 +21,23 @@ * Boston, MA 02111-1307, USA. */ +/** + * SECTION:element-wavpackparse + * + * + * Wavpackparse takes raw, unframed Wavpack streams and splits them into + * single Wavpack chunks with information like bit depth and the position + * in the stream. + * Example launch line + * + * + * gst-launch filesrc location=test.wv ! wavpackparse ! wavpackdec ! fakesink + * + * This pipeline decodes the Wavpack file test.wv into raw audio buffers. + * + * + */ + #include #include -- cgit