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 112875 - lame timestamp is 32 bits
lame timestamp is 32 bits
Status: RESOLVED DUPLICATE of bug 112890
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other other
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-05-13 04:23 UTC by Joshua N Pritikin
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Joshua N Pritikin 2003-05-13 04:23:38 UTC
In gst_lame_chain, the timestamp variable is declared as a 32 bit integer:

guint mp3_ts=0;

This should be changed to gint64.
Comment 1 Ronald Bultje 2003-05-13 12:11:21 UTC

*** This bug has been marked as a duplicate of 112890 ***