mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
tests/check/Makefile.am: Revert previous change of the test environment's GST_PLUGIN_PATH.
Original commit message from CVS: * tests/check/Makefile.am: Revert previous change of the test environment's GST_PLUGIN_PATH. The problem is not with the plugins, but with element factories and only occurs if elements are split out from existing plugins or if plugins change name (see #512740).
This commit is contained in:
parent
d6a4702910
commit
7973f52f9c
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
2008-02-02 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* tests/check/Makefile.am:
|
||||
Revert previous change of the test environment's GST_PLUGIN_PATH.
|
||||
The problem is not with the plugins, but with element factories
|
||||
and only occurs if elements are split out from existing plugins
|
||||
or if plugins change name (see #512740).
|
||||
|
||||
2008-02-02 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* tests/check/Makefile.am:
|
||||
|
|
|
@ -10,7 +10,7 @@ TESTS_ENVIRONMENT = \
|
|||
STATE_IGNORE_ELEMENTS="$(STATE_IGNORE_ELEMENTS)" \
|
||||
$(REGISTRY_ENVIRONMENT) \
|
||||
GST_PLUGIN_SYSTEM_PATH= \
|
||||
GST_PLUGIN_PATH=$(GST_PLUGINS_DIR):$(top_builddir)/gst:$(top_builddir)/sys:$(top_builddir)/ext
|
||||
GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/sys:$(top_builddir)/ext:$(GST_PLUGINS_DIR)
|
||||
|
||||
# ths core dumps of some machines have PIDs appended
|
||||
CLEANFILES = core.* test-registry.xml
|
||||
|
|
Loading…
Reference in a new issue