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
commitbc54b555592693d22e152b279d1effebf498993f (patch)
tree2a8c043ca5606ce5d63f20806940e6aea899b4f8 /tests/icles/ximagesrc-test.c
parent60f8059676c758b3838896671a7fd158bf26b522 (diff)
downloadgst-plugins-bad-bc54b555592693d22e152b279d1effebf498993f.tar.gz
gst-plugins-bad-bc54b555592693d22e152b279d1effebf498993f.tar.bz2
gst-plugins-bad-bc54b555592693d22e152b279d1effebf498993f.zip
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);