[Gstreamer-bugs] [Bug 114512] Changed - [0.6.2] 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 14:38:00 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 thomas at urgent.rug.ac.be.

--- shadow/114512	Thu Jun  5 14:47:53 2003
+++ shadow/114512.tmp.30228	Thu Jun  5 17:38:00 2003
@@ -1,26 +1,29 @@
 Bug#: 114512
 Product: GStreamer
 Version: HEAD CVS
 OS: Linux
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 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
+TargetMilestone: 0.6.2
 URL: 
-Summary: Use proper min and max values for the value_float property of the dparam class
+Summary: [0.6.2] 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
 
 ------- Additional Comments From teuf at users.sourceforge.net  2003-06-05 14:47 -------
 Created an attachment (id=17184)
 use the correct min and max values
 
+
+------- Additional Comments From thomas at urgent.rug.ac.be  2003-06-05 17:37 -------
+commited to 0.6.2 and HEAD, closed.





More information about the Gstreamer-bugs mailing list