[Bug 677764] New: Compilation fails if gstreamer debugging is not enabled

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Jun 9 09:36:05 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=677764
  GStreamer | gst-openmax | git

           Summary: Compilation fails if gstreamer debugging is not
                    enabled
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-openmax
        AssignedTo: felipe.contreras at gmail.com
        ReportedBy: bos at je-eigen-domein.nl
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


If gstreamer debugging is disabled, GST_DEBUG_OBJECT() becomes a no-op, and 
compilation fails because variables are set but not used:

==
gstomx_dummy.c: In function 'type_instance_init':
gstomx_dummy.c:86:21: error: variable 'omx_base' set but not used
[-Werror=unused-but-set-variable]
cc1: all warnings being treated as errors
make[3]: *** [libgstomx_la-gstomx_dummy.lo] Error 1
==

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


More information about the gstreamer-bugs mailing list