diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-04-16 09:50:17 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-04-16 09:50:17 +0000 |
commit | 720aaac7a49f9a85e4a2a7a97831873fd8a2e121 (patch) | |
tree | fe61dbd0ece9e882bf1c8eec4c2d7e11ca722bca | |
parent | 07ebb7349a571adf8201189f7404190c56b02cda (diff) | |
download | gst-plugins-bad-720aaac7a49f9a85e4a2a7a97831873fd8a2e121.tar.gz gst-plugins-bad-720aaac7a49f9a85e4a2a7a97831873fd8a2e121.tar.bz2 gst-plugins-bad-720aaac7a49f9a85e4a2a7a97831873fd8a2e121.zip |
tests/check/Makefile.am: Don't inlcude dc1394src in the generic/states test as it requires special hardware. Fixes bu...
Original commit message from CVS:
* tests/check/Makefile.am:
Don't inlcude dc1394src in the generic/states test as it requires
special hardware. Fixes bug #528011.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | tests/check/Makefile.am | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2008-04-16 Sebastian Dröge <slomo@circular-chaos.org> + * tests/check/Makefile.am: + Don't inlcude dc1394src in the generic/states test as it requires + special hardware. Fixes bug #528011. + +2008-04-16 Sebastian Dröge <slomo@circular-chaos.org> + * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST): Only check if the generated fingerprints are valid Base64. The fingerprints are different when running on different architectures diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index c47cdedf..797a4f42 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -13,7 +13,7 @@ TESTS_ENVIRONMENT = \ $(REGISTRY_ENVIRONMENT) \ GST_PLUGIN_SYSTEM_PATH= \ GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/sys:$(top_builddir)/ext:$(GSTPB_PLUGINS_DIR):$(GST_PLUGINS_DIR) \ - STATE_IGNORE_ELEMENTS="cdaudio festival vcdsrc nassink glimagesink dvbsrc dvbbasebin sdlaudiosink sdlvideosink alsaspdifsink dfbvideosink" + STATE_IGNORE_ELEMENTS="cdaudio festival vcdsrc nassink glimagesink dvbsrc dvbbasebin sdlaudiosink sdlvideosink alsaspdifsink dfbvideosink dc1394src" plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ |