gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog server/asobj/NetStreamFfmpeg.cpp [release


From: Tomas Groth
Subject: [Gnash-commit] gnash ChangeLog server/asobj/NetStreamFfmpeg.cpp [release-0-8-0]
Date: Fri, 08 Jun 2007 13:03:47 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         release-0-8-0
Changes by:     Tomas Groth <tgc>       07/06/08 13:03:47

Modified files:
        .              : ChangeLog 
        server/asobj   : NetStreamFfmpeg.cpp 

Log message:
                * server/asobj/NetStreamFfmpeg.cpp: Don't leave the decoding
                  loop/thread until the queues are empty, or the media left
                  in the queues wont get played.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&only_with_tag=release-0-8-0&r1=1.3451.2.48&r2=1.3451.2.49
http://cvs.savannah.gnu.org/viewcvs/gnash/server/asobj/NetStreamFfmpeg.cpp?cvsroot=gnash&only_with_tag=release-0-8-0&r1=1.86&r2=1.86.4.1

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3451.2.48
retrieving revision 1.3451.2.49
diff -u -b -r1.3451.2.48 -r1.3451.2.49
--- ChangeLog   8 Jun 2007 11:40:40 -0000       1.3451.2.48
+++ ChangeLog   8 Jun 2007 13:03:45 -0000       1.3451.2.49
@@ -2,6 +2,9 @@
 
        * backend/sound_handler_sdl.cpp: Fixed an assertion fault
          when non-mp3 audio was looping.
+       * server/asobj/NetStreamFfmpeg.cpp: Don't leave the decoding
+         loop/thread until the queues are empty, or the media left
+         in the queues wont get played.
 
 2007-06-07 Udo Giacomozzi <address@hidden>
 

Index: server/asobj/NetStreamFfmpeg.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/asobj/NetStreamFfmpeg.cpp,v
retrieving revision 1.86
retrieving revision 1.86.4.1
diff -u -b -r1.86 -r1.86.4.1
--- server/asobj/NetStreamFfmpeg.cpp    4 Jun 2007 14:31:31 -0000       1.86
+++ server/asobj/NetStreamFfmpeg.cpp    8 Jun 2007 13:03:46 -0000       1.86.4.1
@@ -17,7 +17,7 @@
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 //
 
-/* $Id: NetStreamFfmpeg.cpp,v 1.86 2007/06/04 14:31:31 strk Exp $ */
+/* $Id: NetStreamFfmpeg.cpp,v 1.86.4.1 2007/06/08 13:03:46 tgc Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -730,7 +730,7 @@
                        log_debug("decodeFLVFrame: load completed, stopping");
 #endif
                        // Stop!
-                       m_go = false;
+                       //m_go = false;
                } else {
                        pausePlayback();
                        setStatus(bufferEmpty);




reply via email to

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