[gstreamer-bugs] [Bug 311662] New: "uninitialized value" warning causes build to fail

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Tue Jul 26 14:51:33 PDT 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=311662
 GStreamer | gst-plugins | Ver: 0.8.x

           Summary: "uninitialized value" warning causes build to fail
           Product: GStreamer
           Version: 0.8.x
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: trivial
          Priority: Normal
         Component: gst-plugins
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: spyder at matroska.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


Distribution/Version: Gentoo

Try building the x264 plugin (have libx264 installed).  There will be a warning
about a value possiblky being used uninitialized.  The root of the problem is
that the pointer "ext" is not initialized before it is used in an if statement
where it is also assigned.  As far as I can see there is no real bug here except
that the warning causes compilation to fail. It can be fixed by initializing the
pointer to NULL at line 344.

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list