[Gstreamer-bugs] [Bug 124023] Changed - [PATCH] Fix for GValue handling in dparam.c
bugzilla-daemon at widget.gnome.org
bugzilla-daemon at widget.gnome.org
Thu Oct 30 19:56:47 PST 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 ds at schleef.org.
--- shadow/124023 Tue Oct 7 11:03:21 2003
+++ shadow/124023.tmp.9756 Thu Oct 30 22:56:47 2003
@@ -1,20 +1,20 @@
Bug#: 124023
Product: GStreamer
Version: HEAD CVS
OS: All
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
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
+TargetMilestone: 0.7.2
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
@@ -23,6 +23,9 @@
see patch for details.
------- Additional Comments From thewastelander at aon.at 2003-10-07 11:03 -------
Created an attachment (id=20539)
this patch makes dparam.c call the correct g_value methods
+
+------- Additional Comments From ds at schleef.org 2003-10-30 22:56 -------
+Makes sense. Applied.
More information about the Gstreamer-bugs
mailing list