[Bug 688130] New: Compilation error when debugging disabled

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Nov 11 16:45:31 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=688130
  GStreamer | gstreamer (core) | git

           Summary: Compilation error when debugging disabled
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: sebras at hotmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


When compiling after configuring using --disable-gst-debug I see the following:

  CC     libgstreamer_1.0_la-gstinfo.lo
gstreamer/gst/gstinfo.c:1981: error: conflicting types for
'gst_debug_set_threshold_from_string'
gstreamer/gst/gstinfo.h:349: error: previous declaration of
'gst_debug_set_threshold_from_string' was here
make[6]: *** [libgstreamer_1.0_la-gstinfo.lo] Error 1

The attached patch fixed the compilation error which occurs because the
function prototype has changed (but only in the code used when debugging is
enabled).

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