[Bug 686642] New: Trivial typo causes:q!:q!

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Oct 22 06:52:00 PDT 2012


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

           Summary: Trivial typo causes:q!:q!
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: sebras at hotmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


When I try to make gst-plugins-good using gcc 4.3.1 I see this:

make[5]: Entering directory `gst-plugins-good/build/host/gst/udp'
  CC     libgstudp_la-gstudpsrc.lo
cc1: warnings being treated as errors
gst-plugins-good/gst/udp/gstudpsrc.c: In function 'gst_udpsrc_create':
gst-plugins-good/gst/udp/gstudpsrc.c:365: error: 'ret' may be used
uninitialized in this function
make[5]: *** [libgstudp_la-gstudpsrc.lo] Error 1

This is due to a trivial typo in gst_udpsrc_create() which I fix with the
attached patch.

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