[gstreamer-bugs] [Bug 634453] New: frei0r: unintialised values for position type properties

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Nov 9 12:02:17 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=634453
  GStreamer | gst-plugins-bad | git

           Summary: frei0r: unintialised values for position type
                    properties
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: t.i.m at zen.co.uk
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


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.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list