tests: find uninstalled gst-libav plugins for unit tests
authorTim-Philipp Müller <tim@centricular.net>
Thu, 28 Feb 2013 20:02:16 +0000 (20:02 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 28 Feb 2013 20:02:16 +0000 (20:02 +0000)
common
configure.ac
tests/check/Makefile.am

diff --git a/common b/common
index 2de221c..ae05558 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 2de221ce94b657f9c9a75aa3cc0cb84dbb5da78b
+Subproject commit ae0555868c682077488333b1ecddc443e950615e
index 1ff3958..89a967d 100644 (file)
@@ -201,7 +201,7 @@ dnl check for uninstalled plugin directories for unit tests
 AG_GST_CHECK_UNINSTALLED_SETUP([
   AG_GST_CHECK_GST_PLUGINS_GOOD($GST_API_VERSION, [0.11.0])
   AG_GST_CHECK_GST_PLUGINS_UGLY($GST_API_VERSION, [0.11.0])
-  AG_GST_CHECK_GST_PLUGINS_FFMPEG($GST_API_VERSION, [0.11.0])
+  AG_GST_CHECK_GST_PLUGINS_LIBAV($GST_API_VERSION, [0.11.0])
 ])
 
 dnl Check for documentation xrefs
index 822ea6d..6e56b22 100644 (file)
@@ -12,8 +12,8 @@ REGISTRY_ENVIRONMENT = \
 TESTS_ENVIRONMENT = \
        $(REGISTRY_ENVIRONMENT)                                 \
        GST_PLUGIN_SYSTEM_PATH_1_0=                             \
-       GST_PLUGIN_PATH_1_0=$(top_builddir)/gst:$(top_builddir)/sys:$(top_builddir)/ext:$(GST_PLUGINS_FFMPEG_DIR):$(GST_PLUGINS_UGLY_DIR):$(GST_PLUGINS_GOOD_DIR):$(GST_PLUGINS_BASE_DIR):$(GST_PLUGINS_DIR) \
-       GST_PLUGIN_LOADING_WHITELIST="gstreamer@$(GST_PLUGINS_DIR):gst-plugins-base@$(GSTPB_PLUGINS_DIR):gst-plugins-good:gst-plugins-ugly:gst-ffmpeg:gst-plugins-bad@$(top_builddir)" \
+       GST_PLUGIN_PATH_1_0=$(top_builddir)/gst:$(top_builddir)/sys:$(top_builddir)/ext:$(GST_PLUGINS_LIBAV_DIR):$(GST_PLUGINS_UGLY_DIR):$(GST_PLUGINS_GOOD_DIR):$(GST_PLUGINS_BASE_DIR):$(GST_PLUGINS_DIR) \
+       GST_PLUGIN_LOADING_WHITELIST="gstreamer@$(GST_PLUGINS_DIR):gst-plugins-base@$(GSTPB_PLUGINS_DIR):gst-plugins-good:gst-plugins-ugly:gst-libav:gst-plugins-bad@$(top_builddir)" \
        GST_STATE_IGNORE_ELEMENTS="apexsink camerabin cdaudio dc1394src \
            dccpclientsrc dccpclientsink dccpserversrc dccpserversink decklinksrc \
            decklinksink dvbsrc dvbbasebin dfbvideosink festival gsettingsvideosrc \