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: Gabriele Giacone
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1762-g8cac52a
Date: Thu, 22 Aug 2013 21:55:25 +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  8cac52ac8901a744a0192c4b00e9ef692edae573 (commit)
      from  663000b705e92d4f16e53a35c830f2b1c2208700 (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=8cac52ac8901a744a0192c4b00e9ef692edae573


commit 8cac52ac8901a744a0192c4b00e9ef692edae573
Author: Chi-Thanh Christopher Nguyen <address@hidden>
Date:   Thu Aug 22 23:40:04 2013 +0200

    Fix translation macro errors.

diff --git a/libdevice/vaapi/VaapiSurfaceGLX.cpp 
b/libdevice/vaapi/VaapiSurfaceGLX.cpp
index 1c85af8..91a7cc5 100644
--- a/libdevice/vaapi/VaapiSurfaceGLX.cpp
+++ b/libdevice/vaapi/VaapiSurfaceGLX.cpp
@@ -202,14 +202,14 @@ VaapiSurfaceGLXImpl::VaapiSurfaceGLXImpl(GLenum target, 
GLuint texture)
 
     reset(reinterpret_cast<uintptr_t>(surface));
 
-    log_debug(_("  -> surface %p\n", this->surface()));
+    log_debug(_("  -> surface %p\n"), this->surface());
 }
 
 VaapiSurfaceGLXImpl::~VaapiSurfaceGLXImpl()
 {
     // GNASH_REPORT_FUNCTION;
 
-    log_debug(_("VaapiSurface::~VaapiSurface(): surface %p\n", surface()));
+    log_debug(_("VaapiSurface::~VaapiSurface(): surface %p\n"), surface());
 
     if (!surface()) {
         return;
@@ -263,7 +263,7 @@ VaapiSurfaceGLX::VaapiSurfaceGLX(GLenum target, GLuint 
texture)
 
 bool VaapiSurfaceGLX::update(boost::shared_ptr<VaapiSurface> surface)
 {
-    log_debug(_("VaapiSurfaceGLX::update(): from surface 0x%08x\n", 
surface->get()));
+    log_debug(_("VaapiSurfaceGLX::update(): from surface 0x%08x\n"), 
surface->get());
 
     return dynamic_cast<VaapiSurfaceGLXImpl *>(_impl.get())->update(surface);
 }

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

Summary of changes:
 libdevice/vaapi/VaapiSurfaceGLX.cpp |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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