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_start-


From: Bastiaan Jacques
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-257-gd60ec8e
Date: Sat, 12 Mar 2011 15:51:56 +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  d60ec8e556cf9034b69101866896dbb4ccac53ef (commit)
       via  efdf9c7d4dd13dc1e5835af7d7134f80ea27e4df (commit)
      from  3a061e78e53ecec66be0530adeac46f614c01258 (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=d60ec8e556cf9034b69101866896dbb4ccac53ef


commit d60ec8e556cf9034b69101866896dbb4ccac53ef
Author: Bastiaan Jacques <address@hidden>
Date:   Sat Mar 12 16:50:53 2011 +0100

    Add some user-visible changes.

diff --git a/NEWS b/NEWS
index 40c27a1..2b7e014 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,12 @@ YYYY/MM/DD
 
 Improvements since 0.8.8 release are:
 
+ * Avoid drawing operations when the window is obscured, including when
+   Gnash is used as a plugin, starting with Firefox 4.0 (GTK GUI).
+ * Support SWF with embedded ScreenVideo when using FFMPEG or
+   gstreamer-ffmpeg >= 0.10.12.
+ * Fix playback of SWF-embedded ADPCM audio when using Gstreamer.
+ * Fix playback of SWF-embedded PCM audio when using FFMPEG.
  * Fix swapped _framesloaded and _totalframes properties.
  * Fixes for several crashes, with better automated testing of the
    entire ActionScript API for input sanitization.

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


commit efdf9c7d4dd13dc1e5835af7d7134f80ea27e4df
Author: Bastiaan Jacques <address@hidden>
Date:   Sat Mar 12 15:48:01 2011 +0100

    Silence warnings.

diff --git a/plugin/npapi/plugin.cpp b/plugin/npapi/plugin.cpp
index aab2197..8b05178 100644
--- a/plugin/npapi/plugin.cpp
+++ b/plugin/npapi/plugin.cpp
@@ -735,7 +735,7 @@ nsPluginInstance::handlePlayerRequests(GIOChannel* iochan, 
GIOCondition cond)
 
 // This GIOFunc handler removes the source from the mainloop.
 gboolean 
-remove_handler(GIOChannel *source, GIOCondition condition, gpointer data)
+remove_handler(GIOChannel*, GIOCondition, gpointer)
 {
     return FALSE;
 }

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

Summary of changes:
 NEWS                    |    6 ++++++
 plugin/npapi/plugin.cpp |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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