[Bug 780903] Fails to build with -Werror against glib master

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Apr 4 16:15:18 UTC 2017


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at coaxion.net

--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
No, as usual we put there:

#if GLIB_CHECK_VERSION(2,52,0)
... code with new function
#else
... old code
#endif


And once we switch we can directly switch over the code without having to
actually port lots of places at the same time.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.


More information about the gstreamer-bugs mailing list