[Bug 779389] New: sbcparse parses allocation mode incorrectly
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Mar 1 01:40:02 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=779389
Bug ID: 779389
Summary: sbcparse parses allocation mode incorrectly
Classification: Platform
Product: GStreamer
Version: git master
OS: All
Status: NEW
Severity: minor
Priority: Normal
Component: gst-plugins-good
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: msmith at xiph.org
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
sbcparse parses the correct bit from SBC headers for the allocation mode (snr
or loudness), but maps the bit to the values backwards - an snr file is
interpreted as loudness and vice-versa.
This is because the bit is directly read into an enum, but the enum values
aren't set appropriately for this.
--
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