diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-02-22 06:22:39 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-02-22 06:22:39 +0000 |
commit | 2a424ead4140c779474eed2e31790515907030ac (patch) | |
tree | 70e87b85f19ad59fb398740314a71c752e26b1b0 | |
parent | e5333665217d1e5e4675945f1d383ce1e8ae0785 (diff) |
tests/check/Makefile.am: Ignore gconfaudiosrc for the states unit test too. It will fallback to alsasrc if the gconf ...
Original commit message from CVS:
* tests/check/Makefile.am:
Ignore gconfaudiosrc for the states unit test too. It will fallback
to alsasrc if the gconf settings can't be read and not everybody has
alsa.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | tests/check/Makefile.am | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,5 +1,12 @@ 2008-02-22 Sebastian Dröge <slomo@circular-chaos.org> + * tests/check/Makefile.am: + Ignore gconfaudiosrc for the states unit test too. It will fallback + to alsasrc if the gconf settings can't be read and not everybody has + alsa. + +2008-02-22 Sebastian Dröge <slomo@circular-chaos.org> + * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad): * ext/wavpack/gstwavpackparse.h: diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index c57826ce..7b6fee70 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -11,7 +11,7 @@ TESTS_ENVIRONMENT = \ GST_PLUGIN_SYSTEM_PATH= \ GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/ext:$(top_builddir)/sys:$(GSTPB_PLUGINS_DIR):$(GST_PLUGINS_DIR) \ GST_TEST_FILES_PATH=$(TEST_FILES_DIRECTORY) \ - STATE_IGNORE_ELEMENTS="aasink autovideosink cacasink cairotextoverlay gconfvideosrc v4l2src" + STATE_IGNORE_ELEMENTS="aasink autovideosink cacasink cairotextoverlay gconfaudiosrc gconfvideosrc v4l2src" # ths core dumps of some machines have PIDs appended CLEANFILES = core.* test-registry.* |