traverso-commit
[Top][All Lists]
Advanced

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

[Traverso-commit] traverso/src/core DiskIO.cpp


From: Remon Sijrier
Subject: [Traverso-commit] traverso/src/core DiskIO.cpp
Date: Wed, 02 May 2007 23:31:55 +0000

CVSROOT:        /sources/traverso
Module name:    traverso
Changes by:     Remon Sijrier <r_sijrier>       07/05/02 23:31:55

Modified files:
        src/core       : DiskIO.cpp 

Log message:
        * Take MonoReader is_active() into account, which was disabled for sync 
problems. 
        However, this shouldn't have anything to do with syncing, and it 
appears to work fine! 
        Please test! (mute/solo of clips, do they keep in sync after 
unmure/solo ?) 

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/traverso/src/core/DiskIO.cpp?cvsroot=traverso&r1=1.34&r2=1.35

Patches:
Index: DiskIO.cpp
===================================================================
RCS file: /sources/traverso/traverso/src/core/DiskIO.cpp,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- DiskIO.cpp  17 Apr 2007 19:56:46 -0000      1.34
+++ DiskIO.cpp  2 May 2007 23:31:55 -0000       1.35
@@ -272,7 +272,7 @@
                        MonoReader* source = m_monoReaders.at(j);
                        BufferStatus* status = source->get_buffer_status();
                        
-                       if (status->priority > i /*&& source->is_active()*/ && 
!status->needSync ) {
+                       if (status->priority > i && source->is_active() && 
!status->needSync ) {
                                
                                if ( (! m_seeking) && status->bufferUnderRun ) {
                                        if (! m_hardDiskOverLoadCounter++) {




reply via email to

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