mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
51990d65dc
Original commit message from CVS: Patch by: Daniel Charles <dcharles at ti dot com> * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_bandmode_get_type), (gst_amrwbenc_set_property), (gst_amrwbenc_get_property), (gst_amrwbenc_class_init), (gst_amrwbenc_chain): * ext/amrwb/gstamrwbenc.h: Add property to control bandmode. Fixes #477306. |
||
---|---|---|
.. | ||
gstamrwb.c | ||
gstamrwbdec.c | ||
gstamrwbdec.h | ||
gstamrwbenc.c | ||
gstamrwbenc.h | ||
gstamrwbparse.c | ||
gstamrwbparse.h | ||
Makefile.am | ||
README |
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.