gstreamer/gst/audioparsers
Vincent Penquerc'h 16a4c596eb aacparse: parse LOAS variant
The LOAS variant seems to have three different subvariants itself,
only one of them is implemented as my two samples happen to be
using that one.
The sample rate is not always reported correctly, as the "main"
sample rate is apparently sometimes half what it should be (both
of my samples report 24000 Hz there), and there are two other
parts of the subvariant with different sampling rates. One of them
is parsed, but not the other, as it's located after some other
large amount of variable data that needs parsing first, and there
seems to be a LOT of it, which is useless for our needs here.
This ends up being rather inconsequential, as ffdec_aac_latm,
which is the only decoder that can decode such streams, does not
need the sample rate on the caps anyway.

https://bugzilla.gnome.org/show_bug.cgi?id=665394
2011-12-19 11:39:44 +00:00
..
gstaacparse.c aacparse: parse LOAS variant 2011-12-19 11:39:44 +00:00
gstaacparse.h aacparse: parse LOAS variant 2011-12-19 11:39:44 +00:00
gstac3parse.c various: fix pad template leaks 2011-11-28 13:30:27 +00:00
gstac3parse.h ac3parse: Support switching alignment on-the-fly 2011-07-27 20:43:56 +05:30
gstamrparse.c various: fix pad template leaks 2011-11-28 13:30:27 +00:00
gstamrparse.h aacparse, amrparse: gst_fooparse_xyz -> gst_foo_parse_xyz to match GstFooParse 2011-04-08 18:07:17 +01:00
gstdcaparse.c various: fix pad template leaks 2011-11-28 13:30:27 +00:00
gstdcaparse.h audioparsers: port to new GstBaseParse in core 2011-04-08 18:07:17 +01:00
gstflacparse.c flacparse: ensure we only check for sample/block mixup at start 2011-12-04 12:50:57 +00:00
gstflacparse.h flacparse: ensure we only check for sample/block mixup at start 2011-12-04 12:50:57 +00:00
gstmpegaudioparse.c various: fix pad template leaks 2011-11-28 13:30:27 +00:00
gstmpegaudioparse.h audioparsers: port to new GstBaseParse in core 2011-04-08 18:07:17 +01:00
Makefile.am audioparsers: hook up to build 2011-04-08 18:07:17 +01:00
plugin.c aacparse, amrparse: gst_fooparse_xyz -> gst_foo_parse_xyz to match GstFooParse 2011-04-08 18:07:17 +01:00