[maemo-commits] [maemo-commits] r17924 - in projects/haf/trunk/hildon-welcome: debian src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Apr 1 12:57:45 EEST 2009
Author: schulhof
Date: 2009-04-01 12:57:44 +0300 (Wed, 01 Apr 2009)
New Revision: 17924

Modified:
   projects/haf/trunk/hildon-welcome/debian/changelog
   projects/haf/trunk/hildon-welcome/src/main.c
Log:
Adding 60s abs timeout


Modified: projects/haf/trunk/hildon-welcome/debian/changelog
===================================================================
--- projects/haf/trunk/hildon-welcome/debian/changelog	2009-04-01 09:57:27 UTC (rev 17923)
+++ projects/haf/trunk/hildon-welcome/debian/changelog	2009-04-01 09:57:44 UTC (rev 17924)
@@ -1,5 +1,6 @@
 hildon-welcome (0.16-1) unstable; urgency=low
 
+  * Absolute timeout is now 60000 ms
   * Absolute timeout does not abort(2). Instead, it does _Exit(1).
   * Fixes: NB#107877 (hildon-welcome crashes if the duration of customer logo is more than 30 seconds.)
 

Modified: projects/haf/trunk/hildon-welcome/src/main.c
===================================================================
--- projects/haf/trunk/hildon-welcome/src/main.c	2009-04-01 09:57:27 UTC (rev 17923)
+++ projects/haf/trunk/hildon-welcome/src/main.c	2009-04-01 09:57:44 UTC (rev 17924)
@@ -34,7 +34,7 @@
 #endif /* HAVE_MCE */
 #include "conffile.h"
 
-#define KILL_TO_LENGTH_MS 30000
+#define KILL_TO_LENGTH_MS 60000
 
 #define DEFAULT_VIDEO_PIPELINE_STR " playbin2 uri=file://%s " /* " flags=99 " <-- doesn't work with still images */
 #define DEFAULT_AUDIO_PIPELINE_STR " filesrc location=%s ! decodebin2 ! autoaudiosink "


More information about the maemo-commits mailing list