[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/runtime/phonon/qt7
From:       Richard Moe Gustavsen <richardmg () trolltech ! com>
Date:       2007-12-20 7:53:23
Message-ID: 1198137203.033763.10906.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 750802 by richardmg:

Make sure that the audio graph does not advance time during pause after changing audio device

 M  +2 -1      quicktimeaudioplayer.cpp  


--- trunk/KDE/kdebase/runtime/phonon/qt7/quicktimeaudioplayer.cpp #750801:750802
@@ -425,7 +425,8 @@
             break;
         case MediaNodeEvent::AudioGraphInitialized:
         case MediaNodeEvent::RestartAudioStreamRequest:
-            seek(m_startTime);
+            if (m_state == Playing)
+                seek(m_startTime);
             break;
        default:
             break;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic