amrparse — AMR parser
GstAmrParse;
GObject +----GInitiallyUnowned +----GstObject +----GstElement +----GstBaseParse +----GstAmrParse
This is an AMR parser capable of handling both narrow-band and wideband formats.
1
gst-launch-1.0 filesrc location=abc.amr ! amrparse ! amrdec ! audioresample ! audioconvert ! alsasink
typedef struct _GstAmrParse GstAmrParse;
The opaque GstAacParse data structure.