summaryrefslogtreecommitdiff
path: root/gst/gstmeta.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-01-18 01:31:56 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-01-18 01:31:56 +0000
commit10d901291e7bad1736a5a9792fa20884cde2b2b0 (patch)
tree0fa4d5f5dbbb07fe9e59c15746e4e4b28b949482 /gst/gstmeta.c
parent75eb4fe968899778821e1c681073912d3d0f8f6e (diff)
downloadgstreamer-10d901291e7bad1736a5a9792fa20884cde2b2b0.tar.gz
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.
Diffstat (limited to 'gst/gstmeta.c')
-rw-r--r--gst/gstmeta.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/gstmeta.c b/gst/gstmeta.c
index 62131ad552..3657ffc173 100644
--- a/gst/gstmeta.c
+++ b/gst/gstmeta.c
@@ -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"