gst: suppress some more deprecated thread api until we fix it up

Which should be soon, since we already depend on an unstable glib for -base.
This commit is contained in:
Tim-Philipp Müller 2012-01-18 01:31:56 +00:00
parent 75eb4fe968
commit 10d901291e
3 changed files with 12 additions and 0 deletions

View file

@ -26,6 +26,9 @@
*
*/
/* FIXME 0.11: suppress warnings for deprecated API such as GStaticRecMutex
* with newer GLib versions (>= 2.31.0) */
#define GLIB_DISABLE_DEPRECATION_WARNINGS
#include "gst_private.h"
#include "glib-compat-private.h"

View file

@ -63,7 +63,13 @@
* Last reviewed on 2011-06-08 (0.11.0)
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
/* FIXME 0.11: suppress warnings for deprecated API such as GStaticRecMutex
* with newer GLib versions (>= 2.31.0) */
#define GLIB_DISABLE_DEPRECATION_WARNINGS
#include "gst_private.h"
#include "gstmemory.h"

View file

@ -25,6 +25,9 @@
*
* Last reviewed on December 17th, 2009 (0.10.26)
*/
/* FIXME 0.11: suppress warnings for deprecated API such as GStaticRecMutex
* with newer GLib versions (>= 2.31.0) */
#define GLIB_DISABLE_DEPRECATION_WARNINGS
#include "gst_private.h"
#include "gstbuffer.h"