GNOME Bugzilla – Bug 344849
GstController doesn't handle float properties correct
Last modified: 2006-06-14 08:27:26 UTC
When you try to control a float property with gstcontroller you will get a warning emitted during the gst_controlled_property_new call. A patch will be attached to fix this.
Created attachment 67321 [details] [review] Fix for the described behaviour
Thanks, fixed in CVS: 2006-06-14 Tim-Philipp Müller <tim at centricular dot net> Patch by: Wouter Paesen <wouter at kangaroot net> * libs/gst/controller/gstcontroller.c: (gst_controlled_property_new): Fix controlling of float properties (#344849). * tests/check/libs/controller.c: (gst_test_mono_source_get_property), (gst_test_mono_source_set_property), (gst_test_mono_source_class_init), (GST_START_TEST): While we're at it, add some float stuff to unit test.