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. de32b2f97740d19857b1


From: Benjamin Wolsey
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. de32b2f97740d19857b1d812b3541ae1f0034284
Date: Sat, 30 Oct 2010 06:58:39 +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  de32b2f97740d19857b1d812b3541ae1f0034284 (commit)
      from  d1ed3a9f0551983079cd117119c68d224b9fd7ac (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=de32b2f97740d19857b1d812b3541ae1f0034284


commit de32b2f97740d19857b1d812b3541ae1f0034284
Author: Benjamin Wolsey <address@hidden>
Date:   Sat Oct 30 08:58:18 2010 +0200

    Stop spamming the logs so much.

diff --git a/libmedia/ffmpeg/MediaParserFfmpeg.cpp 
b/libmedia/ffmpeg/MediaParserFfmpeg.cpp
index 31a7152..0af7f25 100644
--- a/libmedia/ffmpeg/MediaParserFfmpeg.cpp
+++ b/libmedia/ffmpeg/MediaParserFfmpeg.cpp
@@ -200,8 +200,9 @@ MediaParserFfmpeg::parseAudioFrame(AVPacket& packet)
         //   mdb:93, lastbuf:0 skiping granule 0
         // When playing: 
http://downloads.bbc.co.uk/news/nol/shared/spl/hi/audio_slideshow/kenadamptw/slideshow_629.swf
         //
-        log_error("FIXME: FFMPEG packet decompression timestamp has no value, 
taking as zero");
-        dts=0;
+        LOG_ONCE(log_error("FIXME: FFmpeg packet decompression "
+                    "timestamp has no value, taking as zero"));
+        dts = 0;
     }
        boost::uint64_t timestamp = static_cast<boost::uint64_t>(dts * 
as_double(_audioStream->time_base) * 1000.0); 
     //log_debug("On getting audio frame with timestamp %d, duration is %d", 
timestamp, _audioStream->duration);

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

Summary of changes:
 libmedia/ffmpeg/MediaParserFfmpeg.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]