[gst-cvs] gstreamer: check: enable queue test again

Wim Taymans wtay at kemper.freedesktop.org
Wed Aug 18 06:32:42 PDT 2010


Module: gstreamer
Branch: master
Commit: e3dbe65314e720edadbd28a6defdce258c1ebc3a
URL:    http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=e3dbe65314e720edadbd28a6defdce258c1ebc3a

Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date:   Wed Aug 18 15:31:09 2010 +0200

check: enable queue test again

---

 tests/check/Makefile.am |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index 544d361..db23384 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -63,6 +63,7 @@ REGISTRY_CHECKS =				\
 	elements/identity			\
 	elements/multiqueue			\
 	elements/tee			  	\
+	elements/queue                          \
 	libs/basesrc				\
 	libs/basesink				\
 	libs/controller				\
@@ -108,11 +109,9 @@ check_PROGRAMS =				\
 	libs/transform1				
 
 # failing tests
-# queue : tests is unstable (race conditions)
 noinst_PROGRAMS =				\
 	gst/gstpipeline				\
-	libs/collectpads			\
-	elements/queue
+	libs/collectpads			
 
 # elements to ignore for the state tests
 # STATE_IGNORE_ELEMENTS =





More information about the Gstreamer-commits mailing list