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 442944 - Audiotestsrc can overflow on seeks
Audiotestsrc can overflow on seeks
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.14
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-06-01 15:37 UTC by Michael Smith
Modified: 2007-06-05 16:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix this (1.75 KB, patch)
2007-06-01 15:37 UTC, Michael Smith
committed Details | Review

Description Michael Smith 2007-06-01 15:37:09 UTC
When seeking in audiotestsrc (as gnonlin does...), various intermediate values can overflow (when we're seeking to large time values - multiple days, etc).

Attaching a patch to use gst_util_uint64_scale_int() for this.
Comment 1 Michael Smith 2007-06-01 15:37:40 UTC
Created attachment 89189 [details] [review]
Patch to fix this