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 598552 - faac: Clean up defaults
faac: Clean up defaults
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.17
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-10-15 12:59 UTC by Robert Swain
Modified: 2009-10-27 12:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Make the default block type value consistent, allowing both short and long blocks, which is the value in gst_faac_init (1.02 KB, patch)
2009-10-15 12:59 UTC, Robert Swain
committed Details | Review
Change the default AAC Profile from Main to Low Complexity as this is more widely supported and used. (1.87 KB, patch)
2009-10-15 13:00 UTC, Robert Swain
committed Details | Review
Make definitions for default values to allow their future alteration with greater ease and reduced chance of consistency issues. (3.34 KB, patch)
2009-10-15 13:01 UTC, Robert Swain
committed Details | Review

Description Robert Swain 2009-10-15 12:59:46 UTC
Created attachment 145514 [details] [review]
Make the default block type value consistent, allowing both short and long blocks, which is the value in gst_faac_init

Here are a series of three patches to clean up the defaults a little.

1 - Make the default block type value consistent, allowing both short and long
blocks, which is the value in gst_faac_init

2 - Change the default AAC Profile from Main to Low Complexity as this is more
widely supported and used.

3 - Make definitions for default values to allow their future alteration with
greater ease and reduced chance of consistency issues.
Comment 1 Robert Swain 2009-10-15 13:00:30 UTC
Created attachment 145515 [details] [review]
Change the default AAC Profile from Main to Low Complexity as this is more widely supported and used.
Comment 2 Robert Swain 2009-10-15 13:01:00 UTC
Created attachment 145516 [details] [review]
Make definitions for default values to allow their future alteration with greater ease and reduced chance of consistency issues.
Comment 3 Tim-Philipp Müller 2009-10-15 13:21:07 UTC
Comment on attachment 145514 [details] [review]
Make the default block type value consistent, allowing both short and long blocks, which is the value in gst_faac_init

Thanks, these look all good to me. We'll committ them once -bad thaws again.

>From: Robert Swain <rob@fluffy.(none)>

Please set a proper e-mail address. See http://gstreamer.freedesktop.org/wiki/GitDeveloperGuidelines towards the bottom for the commands to run.

>Subject: [PATCH 1/3] faac: Change the param_spec default value for allowed block types to match
> the gst_faac_init value of 'normal' as this is better

Nitpick: your summary lines are all a tad long IMO (no need to change it now, just for the future).