rename test
authorThomas Vander Stichele <thomas@apestaart.org>
Sat, 1 Apr 2006 10:14:26 +0000 (10:14 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sat, 1 Apr 2006 10:14:26 +0000 (10:14 +0000)
Original commit message from CVS:
rename test

tests/icles/.gitignore [new file with mode: 0644]
tests/icles/Makefile.am
tests/icles/ximagesrc-test.c

diff --git a/tests/icles/.gitignore b/tests/icles/.gitignore
new file mode 100644 (file)
index 0000000..bda5abb
--- /dev/null
@@ -0,0 +1 @@
+ximagesrc-test
index b04651d..693a6e4 100644 (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)
index 655d7b5..34c7948 100644 (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);