gstreamer/gst/audioparsers
Tim Sheridan 205565ccd9 sbcparse: Fix frame length calculation
SBC frame length calculation wasn't being rounded up to the nearest byte
(as specified in the A2DP 1.0 specification, section 12.9). This could
cause 'stereo' and 'joint stereo' mode SBC streams to have incorrectly
calculated frame lengths.

Incorrect frame length calculation causes frame coalescing to fail, as
subsequent frames in the stream aren't found in the expected locations.

https://bugzilla.gnome.org/show_bug.cgi?id=742446
2016-01-12 21:52:12 +00:00
..
gstaacparse.c audioparsers: Check for NULL return value of gst_pad_get_current_caps() 2015-12-16 10:12:44 +01:00
gstaacparse.h aacparse: Post AUDIO_CODEC tag 2013-12-16 10:03:05 +01:00
gstac3parse.c audioparsers: Check for NULL return value of gst_pad_get_current_caps() 2015-12-16 10:12:44 +01:00
gstac3parse.h ac3parse: Post AUDIO_CODEC tag 2013-12-16 10:03:05 +01:00
gstamrparse.c audioparsers: Check for NULL return value of gst_pad_get_current_caps() 2015-12-16 10:12:44 +01:00
gstamrparse.h docs: remove outdated doc strings 2015-07-07 17:12:02 +02:00
gstdcaparse.c audioparsers: Check for NULL return value of gst_pad_get_current_caps() 2015-12-16 10:12:44 +01:00
gstdcaparse.h dcaparse: Post AUDIO_CODEC tag 2013-12-16 10:03:05 +01:00
gstflacparse.c flacparse: demote warning on wrong reserved value to fixme 2016-01-10 22:54:12 -08:00
gstflacparse.h flacparse: Post AUDIO_CODEC tag 2013-12-16 10:03:06 +01:00
gstmpegaudioparse.c audioparsers: Check for NULL return value of gst_pad_get_current_caps() 2015-12-16 10:12:44 +01:00
gstmpegaudioparse.h Fix FSF address 2012-11-04 00:07:18 +00:00
gstsbcparse.c sbcparse: Fix frame length calculation 2016-01-12 21:52:12 +00:00
gstsbcparse.h sbcparse: Post AUDIO_CODEC tag 2013-12-16 10:03:06 +01:00
gstwavpackparse.c audioparsers: Check for NULL return value of gst_pad_get_current_caps() 2015-12-16 10:12:44 +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