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

List:       kde-commits
Subject:    KDE/kdemultimedia/phonon-xine
From:       Matthias Kretz <kretz () kde ! org>
Date:       2007-06-03 19:35:45
Message-ID: 1180899345.654174.3124.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 671097 by mkretz:

when the frontend tells us that the queue is empty stop waiting for the next MRL

 M  +5 -1      mediaobject.cpp  


--- trunk/KDE/kdemultimedia/phonon-xine/mediaobject.cpp #671096:671097
@@ -430,7 +430,11 @@
 
     switch (source.type()) {
     case MediaSource::Invalid:
-        stop();
+        if (how == GaplessSwitch) {
+            m_stream.gaplessSwitchTo(QByteArray());
+        } else {
+            stop();
+        }
         break;
     case MediaSource::LocalFile:
     case MediaSource::Url:
[prev in list] [next in list] [prev in thread] [next in thread] 

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