tests: fix appsrc unit test spam
authorTim-Philipp Müller <tim@centricular.net>
Wed, 13 Mar 2013 01:00:45 +0000 (01:00 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 13 Mar 2013 01:00:45 +0000 (01:00 +0000)
spam 1 spam 2 spam 3 spam 4 spam 5

tests/check/elements/appsrc.c

index ae949d2..541f481 100644 (file)
@@ -258,7 +258,7 @@ GST_START_TEST (test_appsrc_block_deadlock)
     g_main_loop_unref (data->loop);
     g_free (data);
     i++;
-    g_print ("appsrc deadlock test iteration number %d/%d\n", i, num_iteration);
+    GST_INFO ("appsrc deadlock test iteration number %d/%d", i, num_iteration);
   }
 }