Author: duncan
Date: Wed Jun  6 17:03:16 2007
New Revision: 9658

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

Log:
[ 1731804 ] Problems When Xine Finishes Playing a Recording
Removed the app stop but this may not fix the problem as xine is crashing with 
a segment fault


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 Jun  6 17:03:16 2007
@@ -386,5 +386,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 DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to