gstreamer/gst/audioparsers
Guillaume Marquebielle 35139ee8b7 aacparse: fix uninitialized variables in LOAS config reading
On reading LOAS config, flag v=1 and vA=1 combination can occur, leading to warning
"Spec says "TBD"...". Returning TRUE on this case while parameters 'sample_rate' and
'channels' are pointing to uninitialized values can end on setting random values as
rate and channels on src caps.

https://bugzilla.gnome.org/show_bug.cgi?id=755611
2015-09-26 22:18:26 +10:00
..
gstaacparse.c aacparse: fix uninitialized variables in LOAS config reading 2015-09-26 22:18:26 +10:00
gstaacparse.h aacparse: Post AUDIO_CODEC tag 2013-12-16 10:03:05 +01:00
gstac3parse.c audioparsers: use new base parse API to fix tag handling 2015-08-16 17:02:19 +01:00
gstac3parse.h ac3parse: Post AUDIO_CODEC tag 2013-12-16 10:03:05 +01:00
gstamrparse.c audioparsers: use new base parse API to fix tag handling 2015-08-16 17:02:19 +01:00
gstamrparse.h docs: remove outdated doc strings 2015-07-07 17:12:02 +02:00
gstdcaparse.c audioparsers: use new base parse API to fix tag handling 2015-08-16 17:02:19 +01:00
gstdcaparse.h dcaparse: Post AUDIO_CODEC tag 2013-12-16 10:03:05 +01:00
gstflacparse.c flacparse: set both pts and dts so baseparse doesn't make up wrong dts after a seek 2015-09-06 16:36:44 +01:00
gstflacparse.h flacparse: Post AUDIO_CODEC tag 2013-12-16 10:03:06 +01:00
gstmpegaudioparse.c mpegaudioparse: use new baseparse API to fix tag handling 2015-08-16 17:21:24 +01:00
gstmpegaudioparse.h Fix FSF address 2012-11-04 00:07:18 +00:00
gstsbcparse.c audioparsers: use new base parse API to fix tag handling 2015-08-16 17:02:19 +01:00
gstsbcparse.h sbcparse: Post AUDIO_CODEC tag 2013-12-16 10:03:06 +01:00
gstwavpackparse.c wavpackparse: set both pts and dts so baseparse doesn't make up wrong dts after seeks 2015-09-06 16:36:47 +01: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
plugin.c audioparsers: add SBC audio parser 2013-01-15 17:45:30 +00:00