gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r9927: Fix properly now I've tested


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r9927: Fix properly now I've tested the branch that changed.
Date: Sun, 05 Oct 2008 18:05:14 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9927
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Sun 2008-10-05 18:05:14 +0200
message:
  Fix properly now I've tested the branch that changed.
modified:
  libmedia/MediaParser.cpp
    ------------------------------------------------------------
    revno: 9926.1.1
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Sun 2008-10-05 18:04:13 +0200
    message:
      Really get initialization in the right order.
    modified:
      libmedia/MediaParser.cpp
=== modified file 'libmedia/MediaParser.cpp'
--- a/libmedia/MediaParser.cpp  2008-10-05 15:46:24 +0000
+++ b/libmedia/MediaParser.cpp  2008-10-05 16:04:13 +0000
@@ -30,13 +30,13 @@
 MediaParser::MediaParser(std::auto_ptr<IOChannel> stream)
        :
        _parsingComplete(false),
+       _bytesLoaded(0),
        _stream(stream),
        _bufferTime(100), // 100 ms 
        _parserThread(0),
        _parserThreadStartBarrier(2),
        _parserThreadKillRequested(false),
-       _seekRequest(false),
-       _bytesLoaded(0)
+       _seekRequest(false)
 {
 }
 


reply via email to

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