mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-10 10:04:23 +00:00
check/pipelines/stress.c: Make check a little more time consuming.
Original commit message from CVS: * check/pipelines/stress.c: (GST_START_TEST): Make check a little more time consuming.
This commit is contained in:
parent
1cef8c5b5a
commit
9d5814c2df
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-10-18 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* check/pipelines/stress.c: (GST_START_TEST):
|
||||
Make check a little more time consuming.
|
||||
|
||||
2005-10-18 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* check/Makefile.am:
|
||||
|
|
|
@ -37,7 +37,7 @@ GST_START_TEST (test_stress)
|
|||
gst_bin_add_many (GST_BIN (pipeline), fakesrc, fakesink, NULL);
|
||||
gst_element_link (fakesrc, fakesink);
|
||||
|
||||
i = 10000;
|
||||
i = 100;
|
||||
while (i--) {
|
||||
gst_element_set_state (pipeline, GST_STATE_PAUSED);
|
||||
gst_element_set_state (pipeline, GST_STATE_PLAYING);
|
||||
|
|
|
@ -37,7 +37,7 @@ GST_START_TEST (test_stress)
|
|||
gst_bin_add_many (GST_BIN (pipeline), fakesrc, fakesink, NULL);
|
||||
gst_element_link (fakesrc, fakesink);
|
||||
|
||||
i = 10000;
|
||||
i = 100;
|
||||
while (i--) {
|
||||
gst_element_set_state (pipeline, GST_STATE_PAUSED);
|
||||
gst_element_set_state (pipeline, GST_STATE_PLAYING);
|
||||
|
|
Loading…
Reference in a new issue