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 114512 - [0.6.2] Use proper min and max values for the value_float property of the dparam class
[0.6.2] Use proper min and max values for the value_float property of the dpa...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.6.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-06-05 18:47 UTC by Christophe Fergeau
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
use the correct min and max values (1023 bytes, patch)
2003-06-05 18:47 UTC, Christophe Fergeau
none Details | Review

Description Christophe Fergeau 2003-06-05 18:47:04 UTC
The value_float property of the dparam class uses G_MININT64 and G_MAXINT64
as its min and max values, which resolved to the same value after being
cast to gfloat, and then that broke rhythmbox.
The attached patch uses G_MAX_FLOAT for these min and max values
Comment 1 Christophe Fergeau 2003-06-05 18:47:39 UTC
Created attachment 17184 [details] [review]
use the correct min and max values
Comment 2 Thomas Vander Stichele 2003-06-05 21:37:59 UTC
commited to 0.6.2 and HEAD, closed.