playback: suppress GValueArray deprecation warnings for the time being

until this gets sorted out and we have a viable alternative.

https://bugzilla.gnome.org/show_bug.cgi?id=667228
This commit is contained in:
Tim-Philipp Müller 2012-01-29 00:21:19 +00:00
parent 1cb4029d00
commit 4738e02bbf
3 changed files with 12 additions and 0 deletions

View file

@ -81,6 +81,10 @@
* *
*/ */
/* FIXME 0.11: suppress warnings for deprecated API such as GValueArray
* with newer GLib versions (>= 2.31.0) */
#define GLIB_DISABLE_DEPRECATION_WARNINGS
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "config.h"
#endif #endif

View file

@ -213,6 +213,10 @@
* </refsect2> * </refsect2>
*/ */
/* FIXME 0.11: suppress warnings for deprecated API such as GValueArray
* with newer GLib versions (>= 2.31.0) */
#define GLIB_DISABLE_DEPRECATION_WARNINGS
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "config.h"
#endif #endif

View file

@ -24,6 +24,10 @@
* handle the given #GstURIDecodeBin:uri scheme and connects it to a decodebin. * handle the given #GstURIDecodeBin:uri scheme and connects it to a decodebin.
*/ */
/* FIXME 0.11: suppress warnings for deprecated API such as GValueArray
* with newer GLib versions (>= 2.31.0) */
#define GLIB_DISABLE_DEPRECATION_WARNINGS
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "config.h" # include "config.h"
#endif #endif