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 348786 - lame put lots of 0's at start of mp3
lame put lots of 0's at start of mp3
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
0.10.3
Other Linux
: Normal normal
: 0.10.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-07-26 14:26 UTC by Yves Lefebvre
Modified: 2006-07-26 17:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for this bug (581 bytes, patch)
2006-07-26 14:27 UTC, Yves Lefebvre
committed Details | Review

Description Yves Lefebvre 2006-07-26 14:26:20 UTC
Hi,

I found that lame always set the first mp3 frame to 0 (about 500 bytes depending of bitrate and sample rate). 

This appear when the xing header code was removed from the gst filter : Lame default is to add and empty frame at the start, so we need to explicitely tell not to do it. patch will follow.
Comment 1 Yves Lefebvre 2006-07-26 14:27:58 UTC
Created attachment 69665 [details] [review]
patch for this bug
Comment 2 Zaheer Abbas Merali 2006-07-26 17:09:20 UTC
cool, thanks for the patch
Comment 3 Zaheer Abbas Merali 2006-07-26 17:09:47 UTC
ok, now committed.