gstreamer/gst/aacparse
Tim-Philipp Müller bb95218b73 aacparse: fix sample rate extraction from codec data
In one case we extracted the sample rate index from the codec data
and saved it as sample rate rather than getting the real sample
rate from the table. Fix that, and also make sure we don't access
non-existant table entries by adding a small helper function that
guards against out-of-bounds access in case of invalid input data.
2009-06-02 00:56:53 +01:00
..
gstaacparse.c aacparse: fix sample rate extraction from codec data 2009-06-02 00:56:53 +01:00
gstaacparse.h Add two new baseparse based parsers (aac and amr) from Bug #518857. 2008-11-13 12:59:34 +00:00
gstbaseparse.c baseparse: propagate return value of GstBaseParse::set_sink_caps() 2009-06-02 00:56:53 +01:00
gstbaseparse.h Add two new baseparse based parsers (aac and amr) from Bug #518857. 2008-11-13 12:59:34 +00:00
Makefile.am Add two new baseparse based parsers (aac and amr) from Bug #518857. 2008-11-13 12:59:34 +00:00