mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
d652fff690
Use a different GType name for the element to avoid 'cannot register existing type' warnings when running 'make check' in the unpacked tarball with the old amrwb plugin also installed as system plugin under the old name (it used to be called 'amrwrb' and now it's 'amrwbenc'). |
||
---|---|---|
.. | ||
gstamrwb.c | ||
gstamrwbenc.c | ||
gstamrwbenc.h | ||
GstAmrwbEnc.prs | ||
Makefile.am | ||
README |
Compiling AMRWB encoder: ======================== To compile the amrwb encoder, 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.