vp8enc: Disable GLIB deprecation warnings
authorEdward Hervey <edward.hervey@collabora.co.uk>
Tue, 25 Sep 2012 12:43:15 +0000 (14:43 +0200)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Tue, 25 Sep 2012 12:47:25 +0000 (14:47 +0200)
GValueArray has been deprecated since 2.32 ... but there's no usable
replacement for it.

See https://bugzilla.gnome.org/show_bug.cgi?id=667228

ext/vpx/gstvp8enc.c

index a00fcd2..f465174 100644 (file)
 
 #ifdef HAVE_VP8_ENCODER
 
+/* glib decided in 2.32 it would be a great idea to deprecated GValueArray without
+ * providing an alternative
+ *
+ * See https://bugzilla.gnome.org/show_bug.cgi?id=667228
+ * */
+#define GLIB_DISABLE_DEPRECATION_WARNINGS
+
 #include <gst/tag/tag.h>
 #include <string.h>