Author: dmeyer
Date: Sun Mar 11 09:03:19 2007
New Revision: 2537

Modified:
   trunk/popcorn/src/backends/xine/child.py

Log:
color key setting crashes

Modified: trunk/popcorn/src/backends/xine/child.py
==============================================================================
--- trunk/popcorn/src/backends/xine/child.py    (original)
+++ trunk/popcorn/src/backends/xine/child.py    Sun Mar 11 09:03:19 2007
@@ -71,7 +71,7 @@
         self._xine.set_config_value("effects.goom.width", 512)
         self._xine.set_config_value("effects.goom.height", 384)
         self._xine.set_config_value("effects.goom.csc_method", "Slow but looks 
better")
-        self._xine.set_config_value("video.device.xv_autopaint_colorkey", True)
+        # self._xine.set_config_value("video.device.xv_autopaint_colorkey", 
True)
 
 
     # #########################################################################
@@ -247,8 +247,10 @@
             vo_kwargs = {'passthrough': 'none'}
             self._vo_visible = False
 
-        if colorkey is not None:
-            self._xine.set_config_value("video.device.xv_colorkey", colorkey)
+        # FIXME: this should work but it crashes with an exception that
+        # video.device.xv_colorkey is not defined.
+        # if colorkey is not None:
+        #     self._xine.set_config_value("video.device.xv_colorkey", colorkey)
 
         control_return = []
         self._vo = self._xine.open_video_driver(

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to