[Gstreamer-bugs] [Bug 114512] New - Use proper min and max values for the value_float property of the dparam class

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Thu Jun 5 11:47:04 PDT 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=114512

Changed by teuf at users.sourceforge.net.

--- shadow/114512	Thu Jun  5 14:47:04 2003
+++ shadow/114512.tmp.23585	Thu Jun  5 14:47:04 2003
@@ -0,0 +1,21 @@
+Bug#: 114512
+Product: GStreamer
+Version: HEAD CVS
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gstreamer (core)
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: teuf at users.sourceforge.net               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: 0.6.x
+URL: 
+Summary: Use proper min and max values for the value_float property of the dparam class
+
+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





More information about the Gstreamer-bugs mailing list