gstreamer/ext/amrwb
Stefan Kost 0f0a72f78b docs/plugins/: Now we have full hierarchy.
Original commit message from CVS:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
* docs/plugins/gst-plugins-bad-plugins.args:
* docs/plugins/gst-plugins-bad-plugins.hierarchy:
* docs/plugins/gst-plugins-bad-plugins.interfaces:
* docs/plugins/gst-plugins-bad-plugins.prerequisites:
* docs/plugins/gst-plugins-bad-plugins.signals:
Now we have full hierarchy.
* docs/plugins/inspect/plugin-metadata.xml:
Regenerate.
* ext/amrwb/gstamrwbdec.h:
Add doc blob for object instance.
2008-01-24 13:23:03 +00:00
..
gstamrwb.c rework build; add translations for v4l2 2006-04-01 10:09:11 +00:00
gstamrwbdec.c Also document AMR-WB elements. 2007-07-03 09:18:22 +00:00
gstamrwbdec.h docs/plugins/: Now we have full hierarchy. 2008-01-24 13:23:03 +00:00
gstamrwbenc.c ext/amrwb/gstamrwbenc.*: Add property to control bandmode. Fixes #477306. 2007-09-16 07:28:18 +00:00
gstamrwbenc.h ext/amrwb/gstamrwbenc.*: Add property to control bandmode. Fixes #477306. 2007-09-16 07:28:18 +00:00
gstamrwbparse.c ext/amrwb/gstamrwbparse.c: Don't leak the adapter. 2007-08-17 06:55:37 +00:00
gstamrwbparse.h Use external shared libamrwb. Fixes #423741 (with lots of cleanup). 2007-05-16 13:50:51 +00:00
Makefile.am Use external shared libamrwb. Fixes #423741 (with lots of cleanup). 2007-05-16 13:50:51 +00:00
README Added new plugin amrwb parse. 2006-03-29 16:50:08 +00:00

Compiling AMRWB codec:
======================

To compile the amrwb codec, you need to download the source code from 
"http://www.3gpp.org/ftp/Specs/html-info/26204.htm" and uncompress the 
files inside an amrwb-code directory;

or execute this commands:
$cd amrwb-code
$sh ./run.sh

and run the "autogen" script again.