tests/check/: Don't busy-wait in tests; this was causing test timeouts very frequentl...
authorMichael Smith <msmith@xiph.org>
Fri, 2 Jun 2006 17:01:01 +0000 (17:01 +0000)
committerMichael Smith <msmith@xiph.org>
Fri, 2 Jun 2006 17:01:01 +0000 (17:01 +0000)
Original commit message from CVS:
* tests/check/elements/audioconvert.c: (set_channel_positions),
(get_float_mc_caps), (get_int_mc_caps):
* tests/check/elements/audioresample.c:
* tests/check/elements/audiotestsrc.c: (GST_START_TEST):
* tests/check/elements/videorate.c:
* tests/check/elements/videotestsrc.c: (GST_START_TEST):
* tests/check/elements/volume.c:
* tests/check/elements/vorbisdec.c:
* tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
Don't busy-wait in tests; this was causing test timeouts very
frequently when running under valgrind.

tests/check/elements/audioresample.c

index 680ab7bec78a0eac601dc29c750e7624a1c2857b..3d6a7513986a7fddd59fdedb36d436e161b27e4e 100644 (file)
@@ -24,7 +24,6 @@
 
 #include <gst/check/gstcheck.h>
 
-GList *buffers = NULL;
 gboolean have_eos = FALSE;
 
 /* For ease of programming we use globals to keep refs for our floating