[gstreamer-bugs] [Bug 319782] Lame encoding is broken with vbr=vbr-new and vbr-quality=9

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Jan 14 13:52:27 PST 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=319782
 GStreamer | gst-plugins | Ver: 0.8.11





------- Comment #4 from Gautier Portet  2006-01-14 21:52 UTC -------
After some hours playing with gdb, I've found the problem.

Lame switches to mpeg2 when encoding with VBR and low quality, so the
max-bitrate set to 320 in gstlame is not valid since the max is 160 then.

To fix this, just change gstlame.c:531 to:
lame->vbr_max_bitrate = 0;


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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