rename test

Original commit message from CVS:
rename test
This commit is contained in:
Thomas Vander Stichele 2006-04-01 10:14:26 +00:00
parent 1940330e19
commit 9334cc2d02
3 changed files with 3 additions and 2 deletions

1
tests/icles/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
ximagesrc-test

View file

@ -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)

View file

@ -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);