[Bug 791494] gstiirequalizer.c:326:7: error: assignment from incompatible pointer type
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Dec 12 04:12:37 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=791494
--- Comment #7 from Michael Catanzaro <mcatanzaro at gnome.org> ---
(In reply to Tim-Philipp Müller from comment #5)
> I built all of GStreamer against glib from git master just a few days ago to
> see if this had any impact on us, but didn't run into any issues, strange.
> Thanks for that patch!
I spot a couple in a local build of the gstreamer repository (but the SDK
builder doesn't seem to care, so I won't report a new bug):
[32/463] Compiling C object
'gst/gstreamer-1.0 at sha/meson-generated_.._parse_grammar.tab.c.o'.
../../../../Projects/GNOME/gstreamer/gst/parse/grammar.y: In function
‘gst_parse_element_set’:
../../../../Projects/GNOME/gstreamer/gst/parse/grammar.y:409:14: warning:
assignment from incompatible pointer type [-Wincompatible-pointer-types]
target = g_object_ref (element);
^
[37/463] Compiling C object
'gst/gstreamer-1.0 at sha/gstdeviceproviderfactory.c.o'[38/463] Compiling C object
'gst/gstreamer-1.0 at sha/gstchildproxy.c.o'.
../../../../Projects/GNOME/gstreamer/gst/gstchildproxy.c: In function
‘gst_child_proxy_lookup’:
../../../../Projects/GNOME/gstreamer/gst/gstchildproxy.c:193:7: warning:
assignment from incompatible pointer type [-Wincompatible-pointer-types]
obj = g_object_ref (object);
^
I've only tested gstreamer and gst-plugins-base, not any of the other
repositories.
--
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