summaryrefslogtreecommitdiffstats
path: root/tests/icles/ximagesrc-test.c
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/ximagesrc-test.c
parent1940330e19b0a5ff9e39bc852ac981ee9972deae (diff)
rename test
Original commit message from CVS: rename test
Diffstat (limited to 'tests/icles/ximagesrc-test.c')
-rw-r--r--tests/icles/ximagesrc-test.c2
1 files changed, 1 insertions, 1 deletions
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);