summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2003-03-10 21:44:08 +0000
committerBenjamin Otte <otte@gnome.org>2003-03-10 21:44:08 +0000
commit3d5a82364e5186a321c15688769d8cb63d0a3a9c (patch)
treea990ebc7deb473f7de123ee69111f757b470e3a8 /testsuite
parent489eafaf720e4cadb86607681696c188f51c2170 (diff)
make formats test go faster and add .cvsignore
Original commit message from CVS: make formats test go faster and add .cvsignore
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/alsa/.gitignore1
-rw-r--r--testsuite/alsa/formats.c4
2 files changed, 3 insertions, 2 deletions
diff --git a/testsuite/alsa/.gitignore b/testsuite/alsa/.gitignore
new file mode 100644
index 000000000..f40838dd4
--- /dev/null
+++ b/testsuite/alsa/.gitignore
@@ -0,0 +1 @@
+formats
diff --git a/testsuite/alsa/formats.c b/testsuite/alsa/formats.c
index 24d5965e4..845887c1c 100644
--- a/testsuite/alsa/formats.c
+++ b/testsuite/alsa/formats.c
@@ -170,8 +170,8 @@ main (gint argc, gchar *argv[])
while (pipeline) {
gst_bin_iterate (GST_BIN (pipeline));
- if ((counter / 400) > last) {
- last = counter / 400;
+ if ((counter / 200) > last) {
+ last = counter / 200;
gst_object_unref (GST_OBJECT (pipeline));
create_pipeline ();
}