[gstreamer-bugs] [Bug 638072] New: build failure: rtpsource.c: error: 'have_rb' may be used uninitialized in this function

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Dec 26 18:44:53 PST 2010


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

           Summary: build failure: rtpsource.c: error: 'have_rb' may be
                    used uninitialized in this function
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: cskeogh at adam.com.au
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: cskeogh at adam.com.au
      GNOME target: ---
     GNOME version: ---


I am building gst-plugins-good git master via JHBuild on Fedora 14. The build
fails with:

cc1: warnings being treated as errors
rtpsource.c: In function 'rtp_source_create_stats':
rtpsource.c:336:23: error: 'have_rb' may be used uninitialized in this function
make[4]: *** [libgstrtpmanager_la-rtpsource.lo] Error 1
make[3]: *** [all] Error 2
make[2]: *** [rtpmanager] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

The compiler warning looks accurate. Caused by:

http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=7caad21a57d196894991daddd9fcd5a1311a1f87
commit 7caad21a57d196894991daddd9fcd5a1311a1f87
Author: Wim Taymans
Date:   Thu Dec 23 13:55:31 2010 +0100

    rtpsource: include last send RB block

    Only report RB values for non-internal sources.
    Report not only the RB blocks we last received from but also the last RB
    block we sent to a source.

-- 
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