level: put back deprecation warnings
authorThomas Vander Stichele <thomas (at) apestaart (dot) org>
Sun, 24 Feb 2013 23:35:58 +0000 (00:35 +0100)
committerThomas Vander Stichele <thomas (at) apestaart (dot) org>
Sun, 24 Feb 2013 23:35:58 +0000 (00:35 +0100)
gst/level/gstlevel.c

index e58f5fc..9c35387 100644 (file)
 #include "config.h"
 #endif
 
+/* FIXME 0.11: suppress warnings for deprecated API such as GValueArray
+ * with newer GLib versions (>= 2.31.0) */
+#define GLIB_DISABLE_DEPRECATION_WARNINGS
+
 #include <string.h>
 #include <math.h>
 #include <gst/gst.h>