[Gstreamer-bugs] [Bug 133528] Changed - sincesrc seems not to register its dparams correctly

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Wed Feb 18 17:47:13 PST 2004


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=133528

Changed by ds at schleef.org.

--- shadow/133528	Wed Feb 18 12:00:38 2004
+++ shadow/133528.tmp.28059	Wed Feb 18 20:47:13 2004
@@ -1,13 +1,13 @@
 Bug#: 133528
 Product: GStreamer
 Version: HEAD CVS
 OS: All
 OS Details: 2.6
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: major
 Priority: Normal
 Component: gst-plugins
 AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
 ReportedBy: kost at imn.htwk-leipzig.de               
 QAContact: gstreamer-maint at bugzilla.gnome.org
@@ -128,6 +128,10 @@
     vol_val = g_new0(GValue,1);
     g_value_init(vol_val, G_TYPE_DOUBLE);
     g_value_set_double(vol_val, vol_doubleval);
     g_object_set_property(G_OBJECT(vol), "value_double", vol_val);
   }
 
+
+------- Additional Comments From ds at schleef.org  2004-02-18 20:47 -------
+Silly us.  The problem was that the volume element was still using
+float dparams.  It should work now.




More information about the Gstreamer-bugs mailing list