diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/icles/.gitignore | 1 | ||||
-rw-r--r-- | tests/icles/Makefile.am | 2 | ||||
-rw-r--r-- | tests/icles/ximagesrc-test.c | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/tests/icles/.gitignore b/tests/icles/.gitignore new file mode 100644 index 00000000..bda5abbb --- /dev/null +++ b/tests/icles/.gitignore @@ -0,0 +1 @@ +ximagesrc-test diff --git a/tests/icles/Makefile.am b/tests/icles/Makefile.am index b04651d4..693a6e41 100644 --- a/tests/icles/Makefile.am +++ b/tests/icles/Makefile.am @@ -1,5 +1,5 @@ if USE_X -X_TESTS = ximagesrc_test +X_TESTS = ximagesrc-test ximagesrc_test_SOURCES = ximagesrc-test.c ximagesrc_test_CFLAGS = $(GST_CFLAGS) diff --git a/tests/icles/ximagesrc-test.c b/tests/icles/ximagesrc-test.c index 655d7b5b..34c7948f 100644 --- a/tests/icles/ximagesrc-test.c +++ b/tests/icles/ximagesrc-test.c @@ -55,7 +55,7 @@ main (int argc, char **argv) gst_element_set_state (pipeline, GST_STATE_PLAYING); /* We want to get out after */ - g_timeout_add (500000, (GSourceFunc) terminate_playback, pipeline); + g_timeout_add (500, (GSourceFunc) terminate_playback, pipeline); g_main_loop_run (loop); |