[Bug 742446] sbcparse: Frame coalescing broken for joint stereo
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Jan 12 13:54:27 PST 2016
https://bugzilla.gnome.org/show_bug.cgi?id=742446
Tim-Philipp Müller <t.i.m at zen.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Version|1.x |git master
Resolution|--- |FIXED
Target Milestone|git master |1.7.2
--- Comment #11 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Thanks, pushed to master:
commit 95a14fd470e7b89a9a5e7476c03e710066ce2b46
Author: Tim Sheridan <tim.sheridan at imgtec.com>
Date: Tue Jan 12 14:54:23 2016 +0000
sbc: sbcdec: 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.
https://bugzilla.gnome.org/show_bug.cgi?id=742446
commit 205565ccd9f93968265e76019426d9b048e2d3eb
Author: Tim Sheridan <tim.sheridan at imgtec.com>
Date: Mon Jan 11 16:29:55 2016 +0000
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
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list