From: David Schleef Date: Tue, 4 Nov 2003 05:47:28 +0000 (+0000) Subject: cosmetic fix X-Git-Tag: CAPS-ROOT~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4ccd25273f1493ec718e823b4e466fd862fcb6ac;p=platform%2Fupstream%2Fgstreamer.git cosmetic fix Original commit message from CVS: cosmetic fix --- diff --git a/tests/old/testsuite/refcounting/mainloop.c b/tests/old/testsuite/refcounting/mainloop.c index 1400d88..0177a6e 100644 --- a/tests/old/testsuite/refcounting/mainloop.c +++ b/tests/old/testsuite/refcounting/mainloop.c @@ -22,12 +22,13 @@ main (int argc, gchar *argv[]) { int i; - g_timeout_add (10, quit_main, NULL); + g_timeout_add (1, quit_main, NULL); for (i = 0; i < 1000; ++i) { mainloop = TRUE; g_print ("+"); gst_main (); } + g_print ("\n"); return 0; } diff --git a/testsuite/refcounting/mainloop.c b/testsuite/refcounting/mainloop.c index 1400d88..0177a6e 100644 --- a/testsuite/refcounting/mainloop.c +++ b/testsuite/refcounting/mainloop.c @@ -22,12 +22,13 @@ main (int argc, gchar *argv[]) { int i; - g_timeout_add (10, quit_main, NULL); + g_timeout_add (1, quit_main, NULL); for (i = 0; i < 1000; ++i) { mainloop = TRUE; g_print ("+"); gst_main (); } + g_print ("\n"); return 0; }