mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
tests: fix appsrc unit test spam
spam 1 spam 2 spam 3 spam 4 spam 5
This commit is contained in:
parent
c480bac5b7
commit
5127d31cce
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ GST_START_TEST (test_appsrc_block_deadlock)
|
||||||
g_main_loop_unref (data->loop);
|
g_main_loop_unref (data->loop);
|
||||||
g_free (data);
|
g_free (data);
|
||||||
i++;
|
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue