After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 490060 - [faac] a few minor issues: bitrate, enum nick for low complexity profile
[faac] a few minor issues: bitrate, enum nick for low complexity profile
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Windows
: Normal normal
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-10-25 07:58 UTC by Gabriel Bouvigne
Modified: 2007-10-28 15:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Gabriel Bouvigne 2007-10-25 07:58:13 UTC
*FAAC plugin is considering that 1kb==1024 bits, while in the codec world, we are considering 1kb == 1000 bits. As one of the consequences, the bitrate should go from 8*1000bps to 320*1000bps.

*AAC profiles: the Low Complexity profile is referred as AAC-LC within the MPEG  docs. I think that the short name should then be "LC" and not "LOW".
Comment 1 Tim-Philipp Müller 2007-10-28 15:23:37 UTC
Fixed, thanks:

 2007-10-28  Tim-Philipp Müller  <tim at centricular dot net>

        * ext/faac/gstfaac.c: (gst_faac_profile_get_type),
          (gst_faac_class_init), (gst_faac_init):
          Fix bitrate ranges and change enum nick for low complexity
          profile from LOW to LC for consistency (#490060).