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 671315 - plugins-bad: compile warnings
plugins-bad: compile warnings
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.25
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-03-04 18:14 UTC by Oleksij Rempel
Modified: 2012-03-06 18:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
wanings.log (6.38 KB, text/x-log)
2012-03-04 18:14 UTC, Oleksij Rempel
Details

Description Oleksij Rempel 2012-03-04 18:14:39 UTC
Created attachment 208961 [details]
wanings.log

this compile warning was get on ubuntu 12.04 (not ready, i know). Many warnings are depressed functions.
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2012-03-04 20:31:56 UTC
This is a known issue and people work on it already. There was a massive deprecation in GLib regarding the threading api. The orc issue should be reported against orc. I'll close this as the next version will be better already and we won't fix it in the release.
Comment 2 Tim-Philipp Müller 2012-03-04 21:20:38 UTC
This was reported against git, and if we are working around it in other plugins then we should fix up those remaining ones too.
Comment 3 Tim-Philipp Müller 2012-03-05 18:42:49 UTC
What version of gst-plugins-bad are you trying to compile exactly? I don't get
any warnings with latest git (master branch) and glib development version
(2.31.19)
Comment 4 Oleksij Rempel 2012-03-05 19:01:19 UTC
i use glib 2.31.18

you probably do not have this warnings because of this patch:
http://git.gnome.org/browse/glib/commit/glib/deprecated/gthread.h?id=550fcaddf7fcdb8a4052ab43f40b27e5e9d94be1
Comment 5 Tim-Philipp Müller 2012-03-06 18:09:19 UTC
Author: Edward Hervey <edward.hervey@collabora.co.uk>
Date:   Tue Mar  6 18:11:35 2012 +0100

Add missing GLIB_DISABLE_DEPRECATION_WARNINGS

Suppress warnings about deprecated threading and GValueArray
API, so git compiles with -Werror.