summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-02-01 17:53:50 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-02-01 17:54:22 +0000
commit260e2e74271664868e36e44131ae214a06f12aed (patch)
treeaec037142b4665901022a23a320e205bc45d6f45 /tests
parent4d0e83c48d064eb7cbbdaccfe72f9bce211f7c49 (diff)
downloadgstreamer-plugins-bad-260e2e74271664868e36e44131ae214a06f12aed.tar.gz
build: ignore GValueArray deprecation warnings for the time being
until this gets sorted out with the GLib folks and we have a viable alternative. https://bugzilla.gnome.org/show_bug.cgi?id=667228
Diffstat (limited to 'tests')
-rw-r--r--tests/examples/opencv/gst_element_print_properties.c3
-rw-r--r--tests/examples/scaletempo/Makefile.am3
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/examples/opencv/gst_element_print_properties.c b/tests/examples/opencv/gst_element_print_properties.c
index e91188b52..b28740668 100644
--- a/tests/examples/opencv/gst_element_print_properties.c
+++ b/tests/examples/opencv/gst_element_print_properties.c
@@ -20,6 +20,9 @@
*
*/
+/* FIXME 0.11: suppress warnings for deprecated API such as GValueArray
+ * with newer GLib versions (>= 2.31.0) */
+#define GLIB_DISABLE_DEPRECATION_WARNINGS
#include <gst/gst.h>
#include <string.h>
diff --git a/tests/examples/scaletempo/Makefile.am b/tests/examples/scaletempo/Makefile.am
index 5cdf3c7f0..33e6bc92e 100644
--- a/tests/examples/scaletempo/Makefile.am
+++ b/tests/examples/scaletempo/Makefile.am
@@ -1,5 +1,8 @@
noinst_PROGRAMS = scaletempo-demo
+# FIXME 0.11: ignore GValueArray warnings for now until this is sorted
+ERROR_CFLAGS=
+
scaletempo_demo_SOURCES = demo-main.c demo-player.c demo-gui.c
scaletempo_demo_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GTK_CFLAGS)
scaletempo_demo_LDFLAGS = $(GST_LIBS) $(GST_PLUGINS_BASE_LIBS) $(GTK_LIBS) -lgstinterfaces-@GST_MAJORMINOR@