make formats test go faster and add .cvsignore

Original commit message from CVS:
make formats test go faster and add .cvsignore
This commit is contained in:
Benjamin Otte 2003-03-10 21:44:08 +00:00
parent 489eafaf72
commit 3d5a82364e
4 changed files with 6 additions and 4 deletions

1
tests/old/testsuite/alsa/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
formats

View 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 ();
}

1
testsuite/alsa/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
formats

View 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 ();
}