gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog utilities/processor.cpp


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog utilities/processor.cpp
Date: Sat, 24 Feb 2007 10:41:13 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/02/24 10:41:13

Modified files:
        .              : ChangeLog 
        utilities      : processor.cpp 

Log message:
        ehm.. 1 second seems not enough, especially if you run trough valgrind

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2451&r2=1.2452
http://cvs.savannah.gnu.org/viewcvs/gnash/utilities/processor.cpp?cvsroot=gnash&r1=1.49&r2=1.50

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2451
retrieving revision 1.2452
diff -u -b -r1.2451 -r1.2452
--- ChangeLog   24 Feb 2007 10:37:57 -0000      1.2451
+++ ChangeLog   24 Feb 2007 10:41:12 -0000      1.2452
@@ -3,7 +3,7 @@
        * server/asobj/LoadVars.cpp: 
          Made code more robust, and hopefully also cleaner.
        * utilities/processor.cpp:
-         Fix waitforadvance handling. Wait 1 seconds before
+         Fix waitforadvance handling. Wait 5 seconds before
          kicking movie to next frame. This allows for testing
          intervals and similar time-dependent features.
        * testsuite/actionscript.all/LoadVars.as:

Index: utilities/processor.cpp
===================================================================
RCS file: /sources/gnash/gnash/utilities/processor.cpp,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -b -r1.49 -r1.50
--- utilities/processor.cpp     24 Feb 2007 10:37:57 -0000      1.49
+++ utilities/processor.cpp     24 Feb 2007 10:41:13 -0000      1.50
@@ -15,7 +15,7 @@
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 // 
 
-/* $Id: processor.cpp,v 1.49 2007/02/24 10:37:57 strk Exp $ */
+/* $Id: processor.cpp,v 1.50 2007/02/24 10:41:13 strk Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -52,7 +52,7 @@
 
 // How many seconds to wait for a frame advancement 
 // before kicking the movie (forcing it to next frame)
-static const double waitforadvance = 1;
+static const double waitforadvance = 5;
 
 // How many time do we allow for loop backs
 // (goto frame < current frame)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]