[Gstreamer-bugs] [Bug 124023] New - [PATCH] Fix for GValue handling in dparam.c

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Tue Oct 7 08:01:30 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=124023

Changed by thewastelander at aon.at.

--- shadow/124023	Tue Oct  7 11:01:30 2003
+++ shadow/124023.tmp.25951	Tue Oct  7 11:01:30 2003
@@ -0,0 +1,23 @@
+Bug#: 124023
+Product: GStreamer
+Version: HEAD CVS
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: minor
+Priority: Normal
+Component: gstreamer (core)
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: thewastelander at aon.at               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: HEAD
+URL: 
+Summary: [PATCH] Fix for GValue handling in dparam.c
+
+the get property function always try's to set the GValue parameter with 
+g_value_set_float regardless of the type of the dparam.
+additionally g_value_get_int is used at another place instead of 
+g_value_get_int64.
+
+see patch for details.




More information about the Gstreamer-bugs mailing list