After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 670982 - gst-plugins-bad fails to build because of GLib depraction warnings
gst-plugins-bad fails to build because of GLib depraction warnings
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other Linux
: Normal normal
: 0.10.24
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-02-28 15:27 UTC by Guillaume Desmottes
Modified: 2012-02-28 22:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add missing GLIB_DISABLE_DEPRECATION_WARNINGS (4.46 KB, patch)
2012-02-28 15:28 UTC, Guillaume Desmottes
none Details | Review

Description Guillaume Desmottes 2012-02-28 15:27:30 UTC
Most gst plugins fixes this by defining GLIB_DISABLE_DEPRECATION_WARNINGS manually.
Comment 1 Guillaume Desmottes 2012-02-28 15:28:06 UTC
Created attachment 208588 [details] [review]
add missing GLIB_DISABLE_DEPRECATION_WARNINGS
Comment 2 Tim-Philipp Müller 2012-02-28 22:58:57 UTC
Thanks!


commit ddfcfb5a7a6f708ad3518e9e7a2e67f9568f61da
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Feb 28 16:27:55 2012 +0100

    Add missing GLIB_DISABLE_DEPRECATION_WARNINGS
    
    Suppress warnings about deprecated threading and GValueArray
    API, so git compiles with -Werror.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=670982