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. 549879c038d13537de98


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 549879c038d13537de9897c4b1ad3fcc0d4fbe4e
Date: Wed, 20 Oct 2010 08:14:31 +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  549879c038d13537de9897c4b1ad3fcc0d4fbe4e (commit)
      from  78e1d59ce869df54dbf3af7df3929273a9349499 (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=549879c038d13537de9897c4b1ad3fcc0d4fbe4e


commit 549879c038d13537de9897c4b1ad3fcc0d4fbe4e
Author: Sandro Santilli <address@hidden>
Date:   Wed Oct 20 10:14:11 2010 +0200

    Hush annoying EOF emitting debug print from gst

diff --git a/libmedia/gst/MediaParserGst.cpp b/libmedia/gst/MediaParserGst.cpp
index 81528d0..ce6441a 100644
--- a/libmedia/gst/MediaParserGst.cpp
+++ b/libmedia/gst/MediaParserGst.cpp
@@ -139,9 +139,10 @@ MediaParserGst::parseNextChunk()
     
     emitEncodedFrames();
 
-    // FIXME: do we need to check this here?
+    // FIXME: our caller check for _parsingComplete prior
+    //        to call parseNextChunk
     if (_stream->eof()) {
-        log_debug (_("Stream EOF, emitting!"));
+        //log_debug (_("Stream EOF, emitting!"));
         _parsingComplete = true;
         return false;
     }

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

Summary of changes:
 libmedia/gst/MediaParserGst.cpp |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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