[Bug 791494] New: gstiirequalizer.c:326:7: error: assignment from incompatible pointer type

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Dec 11 21:27:03 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=791494

            Bug ID: 791494
           Summary: gstiirequalizer.c:326:7: error: assignment from
                    incompatible pointer type
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: mcatanzaro at gnome.org
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

gst-plugins-good is currently bringing down the GNOME SDK build. The failure
is:

gstiirequalizer.c: In function
‘gst_iir_equalizer_child_proxy_get_child_by_index’:
gstiirequalizer.c:326:7: error: assignment from incompatible pointer type
[-Werror=incompatible-pointer-types]
   ret = g_object_ref (equ->bands[index]);
       ^
cc1: all warnings being treated as errors

It's caused by bug #790697 (type propagation for ref/unref).

We should probably consider calling configure with --disable-werror, or adding
-Wno-error to CFLAGS, or switching to the meson build where this would not
happen, or something along those lines. But this is easy enough to just fix.

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