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: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-404-g2492a2b
Date: Sat, 26 Mar 2011 08:53:06 +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  2492a2b6e3201879c439069dc706891d86434de3 (commit)
      from  0e96bd197c729c01d4f39fa23a1a8c9907fe8c01 (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=2492a2b6e3201879c439069dc706891d86434de3


commit 2492a2b6e3201879c439069dc706891d86434de3
Author: Sandro Santilli <address@hidden>
Date:   Sat Mar 26 09:52:48 2011 +0100

    Fix misleading comments about --hwaccel and --renderer

diff --git a/gui/Player.h b/gui/Player.h
index 76130b1..17da865 100644
--- a/gui/Player.h
+++ b/gui/Player.h
@@ -169,12 +169,12 @@ public:
     
     /// Set the renderer backend, agg, opengl, or cairo. This is set
     /// in the users gnashrc file, or can be overridden with the
-    /// --hwaccel option to gnash.
+    /// --renderer option to gnash.
     void setRenderer(const std::string& x) { _renderer = x; }
     
     /// Set the hardware video accleration backend, none, vaapi, xv,
     /// or cairo. This is set in the users gnashrc file, or can be
-    /// overridden with the --render-mode option to gnash.
+    /// overridden with the --hwaccel option to gnash.
     void setHWAccel(const std::string& x) { _hwaccel = x; }
 
     /// This should be a comma-separated list of frames.

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

Summary of changes:
 gui/Player.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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