diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-10-16 14:54:36 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-10-16 14:54:36 +0000 |
commit | 01203f7ac0b3c56b219bf44be8e34cb615f3094f (patch) | |
tree | 5c0052f5b494e649daf178fa96f0a09ba87d6cd4 | |
parent | 9f83f6868ced98229b1a81e59bd2c8eddc751b75 (diff) | |
download | gst-plugins-bad-01203f7ac0b3c56b219bf44be8e34cb615f3094f.tar.gz gst-plugins-bad-01203f7ac0b3c56b219bf44be8e34cb615f3094f.tar.bz2 gst-plugins-bad-01203f7ac0b3c56b219bf44be8e34cb615f3094f.zip |
tests/check/Makefile.am: Leave apexsink out of the states test.
Original commit message from CVS:
* tests/check/Makefile.am:
Leave apexsink out of the states test.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | tests/check/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2008-10-16 Jan Schmidt <jan.schmidt@sun.com> + + * tests/check/Makefile.am: + Leave apexsink out of the states test. + 2008-10-16 Wim Taymans <wim.taymans@collabora.co.uk> * gst/rtpmanager/gstrtpjitterbuffer.c: diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 81faf7d9..9e981dc9 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="alsaspdifsink cdaudio dc1394src dvbsrc dvbbasebin dfbvideosink festival nassink sdlaudiosink sdlvideosink vcdsrc" + STATE_IGNORE_ELEMENTS="alsaspdifsink apexsink cdaudio dc1394src dvbsrc dvbbasebin dfbvideosink festival nassink sdlaudiosink sdlvideosink vcdsrc" plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ |