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-2205-gc969f9d
Date: Tue, 08 Sep 2015 20:11:55 +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  c969f9d9d9ac40bfcb8e7c19b0f8ff5345f57c2d (commit)
      from  b4ca977c34702bd95181439543e823dd0bd3959e (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=c969f9d9d9ac40bfcb8e7c19b0f8ff5345f57c2d


commit c969f9d9d9ac40bfcb8e7c19b0f8ff5345f57c2d
Author: Bastiaan Jacques <address@hidden>
Date:   Tue Sep 8 22:01:17 2015 +0200

    Comment fix. See patch #8734.

diff --git a/libsound/WAVWriter.cpp b/libsound/WAVWriter.cpp
index e157f68..c5e74dd 100644
--- a/libsound/WAVWriter.cpp
+++ b/libsound/WAVWriter.cpp
@@ -77,7 +77,8 @@ WAVWriter::WAVWriter(const std::string& wavefile)
 WAVWriter::~WAVWriter()
 {
     if (file_stream) {
-        // attempt to flush metadata
+        // Seeking back to the beginning, in order to rewrite the header with
+        // information accumulated during writing.
         file_stream.seekp(0);
         if (file_stream.fail()) {
             log_error("WAVWriter: Failed to flush audio dump metadata, 
resulting file would be incomplete");

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

Summary of changes:
 libsound/WAVWriter.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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