GNOME Bugzilla – Bug 634453
frei0r: unintialised values for position type properties
Last modified: 2013-08-23 10:57:46 UTC
There's something wrong with position type properties when creating frei0r elements: ==22418== Conditional jump or move depends on uninitialised value(s) ==22418== at 0x96D9B05: gst_frei0r_klass_install_properties (gstfrei0r.c:187) ==22418== by 0x96DA42F: gst_frei0r_filter_class_init (gstfrei0rfilter.c:192) ==22418== by 0x5144B41: g_type_class_ref (gtype.c:2214) ==22418== by 0x4E74D1A: gst_element_register (gstelementfactory.c:252) ==22418== by 0x96DA33B: gst_frei0r_filter_register (gstfrei0rfilter.c:269) ==22418== by 0x96D91E6: register_plugins (gstfrei0r.c:561) ==22418== by 0x96D9394: plugin_init (gstfrei0r.c:700) ==22418== ==22418== Conditional jump or move depends on uninitialised value(s) ==22418== at 0x512C5E8: g_param_spec_double (gparamspecs.c:2162) ==22418== by 0x96D9B79: gst_frei0r_klass_install_properties (gstfrei0r.c:191) ==22418== by 0x96DA42F: gst_frei0r_filter_class_init (gstfrei0rfilter.c:192) ==22418== by 0x5144B41: g_type_class_ref (gtype.c:2214) ==22418== by 0x4E74D1A: gst_element_register (gstelementfactory.c:252) ==22418== by 0x96DA33B: gst_frei0r_filter_register (gstfrei0rfilter.c:269) ==22418== by 0x96D91E6: register_plugins (gstfrei0r.c:561) ==22418== by 0x96D9394: plugin_init (gstfrei0r.c:700) This also leads to the gtk-doc files changing constantly because the properties are inited to random values basically.
Apparently that's caused by broken frei0r plugins that provide uninitialized default values... not much we can do about that other than adding suppressions. What do you think?
Not our bug
Has it been reported to frei0r then?