GNOME Bugzilla – Bug 671315
plugins-bad: compile warnings
Last modified: 2012-03-06 18:09:19 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.
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.
This was reported against git, and if we are working around it in other plugins then we should fix up those remaining ones too.
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)
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
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.