Suppress deprecation warnings in selected files, for g_static_rec_mutex_* mostly
[platform/upstream/gstreamer.git] / gst / gstbin.c
index 417490e..f3d1b56 100644 (file)
  * Last reviewed on 2006-04-28 (0.10.6)
  */
 
+/* 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 "gstevent.h"