make formats test go faster and add .cvsignore
authorBenjamin Otte <otte@gnome.org>
Mon, 10 Mar 2003 21:44:08 +0000 (21:44 +0000)
committerBenjamin Otte <otte@gnome.org>
Mon, 10 Mar 2003 21:44:08 +0000 (21:44 +0000)
Original commit message from CVS:
make formats test go faster and add .cvsignore

tests/old/testsuite/alsa/.gitignore [new file with mode: 0644]
tests/old/testsuite/alsa/formats.c
testsuite/alsa/.gitignore [new file with mode: 0644]
testsuite/alsa/formats.c

diff --git a/tests/old/testsuite/alsa/.gitignore b/tests/old/testsuite/alsa/.gitignore
new file mode 100644 (file)
index 0000000..f40838d
--- /dev/null
@@ -0,0 +1 @@
+formats
index 24d5965e4dd18f5817ac20069c4b19de68d1de72..845887c1c071ef2c32ab4579bb6d38a3c5bd2cb3 100644 (file)
@@ -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 ();
     }
diff --git a/testsuite/alsa/.gitignore b/testsuite/alsa/.gitignore
new file mode 100644 (file)
index 0000000..f40838d
--- /dev/null
@@ -0,0 +1 @@
+formats
index 24d5965e4dd18f5817ac20069c4b19de68d1de72..845887c1c071ef2c32ab4579bb6d38a3c5bd2cb3 100644 (file)
@@ -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 ();
     }