summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2014-07-17 23:44:45 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2014-09-18 13:38:01 -0400
commitc8a6bf9f4b72dd3264cc6a80290ee8ef71c7b695 (patch)
tree4826ac74959d82651619f46caf46158c2121a106 /tests
parent52e41e7324e3e8a54c5991e0bb3e6217a8ef46c0 (diff)
downloadfarstream-c8a6bf9f4b72dd3264cc6a80290ee8ef71c7b695.tar.gz
Fix unit tests not working with gst 1.0
Diffstat (limited to 'tests')
-rw-r--r--tests/check/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index 314a1849..a963967b 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -12,6 +12,7 @@ TESTS_ENVIRONMENT = \
$(REGISTRY_ENVIRONMENT) \
GST_PLUGIN_LOADING_WHITELIST=gstreamer:gst-plugins-base:gst-plugins-good:libnice:valve:siren:autoconvert:rtpmux:dtmf:mimic:shm:spandsp:srtp:farstream@$(top_builddir)/gst \
GST_PLUGIN_PATH=$(top_builddir)/gst:${GST_PLUGIN_PATH} \
+ GST_PLUGIN_PATH_1_0=$(top_builddir)/gst:${GST_PLUGIN_PATH_1_0} \
FS_PLUGIN_PATH=$(top_builddir)/transmitters/rawudp/.libs:$(top_builddir)/transmitters/multicast/.libs:$(top_builddir)/transmitters/nice/.libs:$(top_builddir)/transmitters/shm/.libs \
LD_LIBRARY_PATH=$(top_builddir)/farstream/.libs:${LD_LIBRARY_PATH} \
UPNP_XML_PATH=$(srcdir)/upnp \