GNOME Bugzilla – Bug 350741
[faac] Wrong bitrate set
Last modified: 2006-08-10 17:12:43 UTC
According to faaccfg.h, property bitRate means bitRate of a single AAC channel. Thus this variable should be set to <plugin bitrate property> / <number of channels> to get what we want.
Created attachment 70642 [details] [review] Set bitrate correctly This patch configure faac encoder to produce the bitrate we want. Also there is a small coding style fix.
Committed, thanks! 2006-08-10 Tim-Philipp Müller <tim at centricular dot net> Patch by: Michal Benes <michal.benes at itonis tv> * ext/faac/gstfaac.c: (gst_faac_configure_source_pad): Bitrate in the faac structure is per output channel, not total bitrate (#350741).