gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11074: Don't allow multiple sounds


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11074: Don't allow multiple sounds to be started while testing inPoint/outPoint so the runner will notice if gnash breaks (would start less sounds if not trimming)
Date: Thu, 11 Jun 2009 17:19:31 +0200
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 11074
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Thu 2009-06-11 17:19:31 +0200
message:
  Don't allow multiple sounds to be started while testing inPoint/outPoint so 
the runner will notice if gnash breaks (would start less sounds if not trimming)
modified:
  testsuite/misc-ming.all/eventSoundTest1.c
=== modified file 'testsuite/misc-ming.all/eventSoundTest1.c'
--- a/testsuite/misc-ming.all/eventSoundTest1.c 2009-06-10 14:09:21 +0000
+++ b/testsuite/misc-ming.all/eventSoundTest1.c 2009-06-11 15:19:31 +0000
@@ -279,6 +279,10 @@
     // inPoint
     so_in = SWFMovie_startSound(mo, so);
     SWFSoundInstance_setLoopInPoint(so_in, 44100);
+    // We ask not to start this if previous is still going,
+    // so if outPoint didn't work it's easly to detect
+    SWFSoundInstance_setNoMultiple(so_in);
+
     printFrameInfo(mo, 1, "Two notes (E, G)");
     SWFMovie_nextFrame(mo); (*frame)++;
 


reply via email to

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