Author: duncan
Date: Wed Feb 20 15:47:26 2008
New Revision: 10390

Log:
Removed the comments when xine detects the end of stream to stop the player


Modified:
   branches/rel-1/freevo/src/video/plugins/xine.py

Modified: branches/rel-1/freevo/src/video/plugins/xine.py
==============================================================================
--- branches/rel-1/freevo/src/video/plugins/xine.py     (original)
+++ branches/rel-1/freevo/src/video/plugins/xine.py     Wed Feb 20 15:47:26 2008
@@ -431,5 +431,5 @@
         # Has it finished?
         if line.find('playback finished for mrl') >= 0:
             _debug_('playback finished')
-            #if self.player:
-            #    self.player.stop()
+            if self.player:
+                self.player.stop()

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to