summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>2017-10-03 15:26:34 -0700
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>2017-10-03 15:27:37 -0700
commit5edd068e3060c186ea6af943e13622d51789d777 (patch)
treedb04560ffe3789cabe5496709580371f264f89e2 /tests
parent0f71d2e4089aa764e6adc563ed2b2f7a33b214f9 (diff)
downloadgstreamer-plugins-bad-5edd068e3060c186ea6af943e13622d51789d777.tar.gz
Fix autotools build broken by 25dee2f2cb21d3fdd
Build fails on GST_USE_UNSTABLE_API being redefined
Diffstat (limited to 'tests')
-rw-r--r--tests/examples/mpegts/ts-parser.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/examples/mpegts/ts-parser.c b/tests/examples/mpegts/ts-parser.c
index 57a954c86..c95a23eb1 100644
--- a/tests/examples/mpegts/ts-parser.c
+++ b/tests/examples/mpegts/ts-parser.c
@@ -31,7 +31,10 @@
#include <glib/gprintf.h>
#include <gst/gst.h>
+#ifndef GST_USE_UNSTABLE_API
#define GST_USE_UNSTABLE_API
+#endif
+
#include <gst/mpegts/mpegts.h>
static void