From c8a6bf9f4b72dd3264cc6a80290ee8ef71c7b695 Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Thu, 17 Jul 2014 23:44:45 -0400 Subject: Fix unit tests not working with gst 1.0 --- tests/check/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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 \ -- cgit v1.2.1