summaryrefslogtreecommitdiffstats
path: root/tests/icles
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-04-01 10:14:26 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-04-01 10:14:26 +0000
commit9334cc2d0200fcdee61a29f9e75c54cc9c31992d (patch)
tree8a22fc9d5d9deac2e9a319efcff31b27914dc603 /tests/icles
parent1940330e19b0a5ff9e39bc852ac981ee9972deae (diff)
rename test
Original commit message from CVS: rename test
Diffstat (limited to 'tests/icles')
-rw-r--r--tests/icles/.gitignore1
-rw-r--r--tests/icles/Makefile.am2
-rw-r--r--tests/icles/ximagesrc-test.c2
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);