gstreamer/gst/audioparsers
Edward Hervey 9a066e548d aacparse: streamline and improve AudioSpecificConfig parsing
AudioSpecifigConfig is used in a variety of AAC streams but was
being parsed differently. Instead, make everyone use the same parsing.

* Remove unused 'bits' field (it was always set to 0 if present)
* Add proper GAConfig parsing (to know the  number of samples per frame
  if present).

Fixes wrong rate/channels configuration in streams coming from qtdemux

https://bugzilla.gnome.org/show_bug.cgi?id=780966
2017-04-06 12:04:46 +02:00
..
gstaacparse.c aacparse: streamline and improve AudioSpecificConfig parsing 2017-04-06 12:04:46 +02:00
gstaacparse.h aacparse: improve channel/rate handling 2016-09-06 15:09:21 +01:00
gstac3parse.c good: use new gst_element_class_add_static_pad_template() 2016-03-24 14:32:20 +02:00
gstac3parse.h ac3parse: Post AUDIO_CODEC tag 2013-12-16 10:03:05 +01:00
gstamrparse.c Update Edgard Lima's email 2017-02-27 00:34:19 +00:00
gstamrparse.h docs: remove outdated doc strings 2015-07-07 17:12:02 +02:00
gstdcaparse.c good: use new gst_element_class_add_static_pad_template() 2016-03-24 14:32:20 +02:00
gstdcaparse.h dcaparse: Post AUDIO_CODEC tag 2013-12-16 10:03:05 +01:00
gstflacparse.c flacparse: fix playback if sample number does not start at 0 2017-03-17 14:11:44 +00:00
gstflacparse.h flacparse: fix playback if sample number does not start at 0 2017-03-17 14:11:44 +00:00
gstmpegaudioparse.c docs: update two references to the removed 'mad' plugin 2017-03-20 17:03:54 +00:00
gstmpegaudioparse.h Fix FSF address 2012-11-04 00:07:18 +00:00
gstsbcparse.c good: use new gst_element_class_add_static_pad_template() 2016-03-24 14:32:20 +02:00
gstsbcparse.h sbcparse: Fix up values for allocation enumeration. 2017-03-02 11:29:25 -05:00
gstwavpackparse.c good: use new gst_element_class_add_static_pad_template() 2016-03-24 14:32:20 +02:00
gstwavpackparse.h wavpackparse: Post AUDIO_CODEC tag 2013-12-16 10:03:06 +01:00
Makefile.am aacparse: allow conversion from ADTS to raw AAC 2013-07-26 09:44:11 +01:00
meson.build Add support for Meson as alternative/parallel build system 2016-08-20 11:21:12 +01:00
plugin.c audioparsers: add SBC audio parser 2013-01-15 17:45:30 +00:00