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: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1655-g3490584
Date: Thu, 11 Jul 2013 09:17:21 +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  3490584d577c7e20a366bf7eb7bfe2d018ae1410 (commit)
       via  f12c763594941ef885b03d2078e9bbbd6ac6ab6e (commit)
      from  a7500b465168d9db68fdae74ea9cc596060687b5 (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=3490584d577c7e20a366bf7eb7bfe2d018ae1410


commit 3490584d577c7e20a366bf7eb7bfe2d018ae1410
Author: Sandro Santilli <address@hidden>
Date:   Thu Jul 11 11:16:21 2013 +0200

    Remove unused variable

diff --git a/testsuite/misc-ming.all/sound/EmbeddedSoundTest-Runner.cpp 
b/testsuite/misc-ming.all/sound/EmbeddedSoundTest-Runner.cpp
index fe4fb90..b31d731 100644
--- a/testsuite/misc-ming.all/sound/EmbeddedSoundTest-Runner.cpp
+++ b/testsuite/misc-ming.all/sound/EmbeddedSoundTest-Runner.cpp
@@ -47,7 +47,6 @@ main(int /*argc*/, char** /*argv*/)
        assert(root);
 
     VM& vm = getVM(*getObject(root));
-    string_table& st = vm.getStringTable();
 
     const size_t framecount = root->get_frame_count();
 
diff --git a/testsuite/misc-ming.all/sound/eventSoundTest1-Runner.cpp 
b/testsuite/misc-ming.all/sound/eventSoundTest1-Runner.cpp
index edaf52e..3f69e96 100644
--- a/testsuite/misc-ming.all/sound/eventSoundTest1-Runner.cpp
+++ b/testsuite/misc-ming.all/sound/eventSoundTest1-Runner.cpp
@@ -62,7 +62,6 @@ main(int /*argc*/, char** /*argv*/)
        assert(root);
 
        VM& vm = getVM(*getObject(root));
-       string_table& st = vm.getStringTable();
 
        if ( ! tester.canTestSound() )
        {

http://git.savannah.gnu.org/cgit//commit/?id=f12c763594941ef885b03d2078e9bbbd6ac6ab6e


commit f12c763594941ef885b03d2078e9bbbd6ac6ab6e
Author: Sandro Santilli <address@hidden>
Date:   Wed Jul 10 21:37:38 2013 +0200

    Cleanup documentation of ActiveRelay::update (and NetStream::update)

diff --git a/libcore/Relay.h b/libcore/Relay.h
index 4a07924..53d0541 100644
--- a/libcore/Relay.h
+++ b/libcore/Relay.h
@@ -88,7 +88,10 @@ public:
     /// Make sure we are removed from the list of callbacks on destruction.
     virtual ~ActiveRelay();
 
-    /// ActiveRelay objects must have an advanceState method.
+    /// ActiveRelay objects must have an update() method.
+    //
+    /// The method will be called at the heart-beat frequency.
+    ///
     virtual void update() = 0;
 
     /// Mark any other reachable resources, and finally mark our owner
diff --git a/libcore/asobj/NetStream_as.h b/libcore/asobj/NetStream_as.h
index 77c636e..cf338ed 100644
--- a/libcore/asobj/NetStream_as.h
+++ b/libcore/asobj/NetStream_as.h
@@ -235,7 +235,7 @@ public:
     ///
     boost::int32_t time();
 
-    /// Called at the SWF heart-beat. Used to process queued status messages
+    /// Called at the heart-beat frequency. Used to process queued status 
messages
     /// and (re)start after a buffering pause. In NetStreamFfmpeg it is also
     /// used to find the next video frame to be shown, though this might
     /// change.

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

Summary of changes:
 libcore/Relay.h                                    |    5 ++++-
 libcore/asobj/NetStream_as.h                       |    2 +-
 .../sound/EmbeddedSoundTest-Runner.cpp             |    1 -
 .../misc-ming.all/sound/eventSoundTest1-Runner.cpp |    1 -
 4 files changed, 5 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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