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:
parent
489eafaf72
commit
3d5a82364e
1
tests/old/testsuite/alsa/.gitignore
vendored
Normal file
1
tests/old/testsuite/alsa/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
formats
|
@ -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
1
testsuite/alsa/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
formats
|
@ -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 ();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user