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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Dec 12 04:26:34 UTC 2017


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

Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nicolas at ndufresne.ca

--- Comment #8 from Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> ---
Not sure how relevant this "feature" is if it mostly show false positive. Like
the last one, we ref a ChildProxy and store it in a GObject pointer. There is
absolutely nothing wrong about that, and adding a dynamic type check is not
going to add anything. Specially that there is already a type check in the ref
function, and this function also do that check.

When "fixing" this, I would just C cast the gpointer imho.

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