gstreamer/gst/aacparse
Tim-Philipp Müller 92c80bc879 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.
2011-04-08 18:06:58 +01:00
..
gstaacparse.c aacparse: fix sample rate extraction from codec data 2011-04-08 18:06:58 +01:00
gstaacparse.h Add two new baseparse based parsers (aac and amr) from Bug #518857. 2011-04-08 18:06:56 +01:00
gstbaseparse.c baseparse: propagate return value of GstBaseParse::set_sink_caps() 2011-04-08 18:06:58 +01:00
gstbaseparse.h Add two new baseparse based parsers (aac and amr) from Bug #518857. 2011-04-08 18:06:56 +01:00
Makefile.am Add two new baseparse based parsers (aac and amr) from Bug #518857. 2011-04-08 18:06:56 +01:00