5 second timeout
authorThomas Vander Stichele <thomas@apestaart.org>
Sat, 1 Apr 2006 10:15:33 +0000 (10:15 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sat, 1 Apr 2006 10:15:33 +0000 (10:15 +0000)
Original commit message from CVS:
5 second timeout

tests/icles/ximagesrc-test.c

index 34c7948..471c36a 100644 (file)
@@ -54,8 +54,8 @@ main (int argc, char **argv)
 
   gst_element_set_state (pipeline, GST_STATE_PLAYING);
 
-  /* We want to get out after */
-  g_timeout_add (500, (GSourceFunc) terminate_playback, pipeline);
+  /* We want to get out after 5 seconds */
+  g_timeout_add (5000, (GSourceFunc) terminate_playback, pipeline);
 
   g_main_loop_run (loop);