gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Bastiaan Jacques
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1642-g941633f
Date: Sun, 07 Jul 2013 13:15:12 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  941633fd802171fc0c0f172421224d83f26b26fe (commit)
      from  9c59dacd00aac021711f4f2d926ef36a91f8ffe7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=941633fd802171fc0c0f172421224d83f26b26fe


commit 941633fd802171fc0c0f172421224d83f26b26fe
Author: Bastiaan Jacques <address@hidden>
Date:   Sun Jul 7 15:05:39 2013 +0200

    Add a test for #33760 that fails with both Gstreamer and Ffmpeg.

diff --git a/testsuite/actionscript.all/Sound.as 
b/testsuite/actionscript.all/Sound.as
index d65ac73..f50e645 100644
--- a/testsuite/actionscript.all/Sound.as
+++ b/testsuite/actionscript.all/Sound.as
@@ -28,7 +28,7 @@ rcsid="Sound.as";
 endOfTest = function()
 {
 #if OUTPUT_VERSION > 5
-    check_totals(111);
+    xcheck_totals(112);
 #else
     check_totals(94);
 #endif
@@ -157,6 +157,18 @@ mp3.onID3 = function() {
 };
 mp3.loadSound(MEDIA(stereo8.mp3), false);
 
+// Test for #33760:
+// Try to load an mp3 sound (without any tags) that is longer than the
+// (at the time of writing) hard-coded single minute of buffer time.
+longsilence = new Sound();
+longsilence.onLoad = function()
+{
+    trace("onLoad called");
+    pass("onLoad called");
+};
+
+longsilence.loadSound(MEDIA(silence.mp3), false);
+
 #endif
 
 
diff --git a/testsuite/media/Makefile.am b/testsuite/media/Makefile.am
index a6cc498..1834cfd 100644
--- a/testsuite/media/Makefile.am
+++ b/testsuite/media/Makefile.am
@@ -41,6 +41,7 @@ EXTRA_DIST = \
        majorscale.sco \
        brokenchord.wav \
        audio_timewarp.flv \
+       silence.mp3 \
        $(NULL)
 
 .sco.wav:
diff --git a/testsuite/media/silence.mp3 b/testsuite/media/silence.mp3
new file mode 100644
index 0000000..4b10adb
Binary files /dev/null and b/testsuite/media/silence.mp3 differ

-----------------------------------------------------------------------

Summary of changes:
 testsuite/actionscript.all/Sound.as |   14 +++++++++++++-
 testsuite/media/Makefile.am         |    1 +
 testsuite/media/silence.mp3         |  Bin 0 -> 69940 bytes
 3 files changed, 14 insertions(+), 1 deletions(-)
 create mode 100644 testsuite/media/silence.mp3


hooks/post-receive
-- 
Gnash



reply via email to

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