mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
d337dda736
Original commit message from CVS: * ext/amrwb/gstamrwbdec.c (gst_amrwbdec_debug, GST_CAT_DEFAULT, _do_init, gst_amrwbdec_base_init, gst_amrwbdec_class_init): * ext/amrwb/gstamrwbenc.c (gst_amrwbenc_debug, GST_CAT_DEFAULT, _do_init, gst_amrwbenc_base_init, gst_amrwbenc_class_init): * ext/amrwb/gstamrwbparse.c (gst_amrwbparse_debug, GST_CAT_DEFAULT, _do_init, gst_amrwbparse_base_init, gst_amrwbparse_class_init): First round of cleanups, that use GST_BOILERPLATE, GST_ELEMENT_DETAILS, GST_DEBUG_FUNCPTR and add log-category. |
||
---|---|---|
.. | ||
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.