mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-01 13:49:58 +00:00
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
4 changed files with 6 additions and 4 deletions
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…
Reference in a new issue