gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r10292: Silence more intrusive loggi


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10292: Silence more intrusive logging.
Date: Tue, 18 Nov 2008 12:59:41 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10292
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Tue 2008-11-18 12:59:41 +0100
message:
  Silence more intrusive logging.
modified:
  libmedia/FLVParser.cpp
=== modified file 'libmedia/FLVParser.cpp'
--- a/libmedia/FLVParser.cpp    2008-11-12 09:23:42 +0000
+++ b/libmedia/FLVParser.cpp    2008-11-18 11:59:41 +0000
@@ -171,7 +171,8 @@
        CuePointsMap::iterator it = _cuePoints.lower_bound(tag.timestamp);
        if ( it == _cuePoints.end() || it->first - tag.timestamp >= 5000)
        {
-               log_debug("Added cue point at timestamp %d and position %d 
(audio frame)", tag.timestamp, thisTagPos);
+               //log_debug("Added cue point at timestamp %d and position %d "
+        //"(audio frame)", tag.timestamp, thisTagPos);
                _cuePoints[tag.timestamp] = thisTagPos; 
        }
 }
@@ -183,7 +184,8 @@
                return;
        }
 
-       log_debug("Added cue point at timestamp %d and position %d (key video 
frame)", tag.timestamp, thisTagPos);
+       //log_debug("Added cue point at timestamp %d and position %d "
+    //"(key video frame)", tag.timestamp, thisTagPos);
        _cuePoints[tag.timestamp] = thisTagPos;
 }
 


reply via email to

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