[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
Thu Feb 12 09:16:38 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 kost at imn.htwk-leipzig.de.

--- shadow/133528	Thu Feb  5 18:53:57 2004
+++ shadow/133528.tmp.14444	Thu Feb 12 12:16:38 2004
@@ -36,6 +36,13 @@
 707 (g_value_set_float): assertion `G_VALUE_HOLDS_FLOAT (value)' failed
 (demo_dparams:25777): GLib-GObject-CRITICAL **: file gvaluetypes.c: line
 707 (g_value_set_float): assertion `G_VALUE_HOLDS_FLOAT (value)' failed
 
 ------- Additional Comments From ds at schleef.org  2004-02-05 18:53 -------
 note that sinesrc doesn't currently use its dparams to control the signal.
+
+------- Additional Comments From kost at imn.htwk-leipzig.de  2004-02-12 12:16 -------
+I found the bug, it was using 
+  g_param_spec_double()
+instead of
+  g_param_spec_float()
+




More information about the Gstreamer-bugs mailing list