Author: dmeyer
Date: Fri Dec 22 14:12:33 2006
New Revision: 2275

Modified:
   trunk/popcorn/src/generic.py

Log:
bugfix

Modified: trunk/popcorn/src/generic.py
==============================================================================
--- trunk/popcorn/src/generic.py        (original)
+++ trunk/popcorn/src/generic.py        Fri Dec 22 14:12:33 2006
@@ -262,9 +262,9 @@
         properties = properties.copy()
 
         if properties.get('deinterlace') == 'auto':
-            self._player._properties['deinterlace'] = False
+            properties['deinterlace'] = False
             if 'interlaced' in self._media and self._media.interlaced:
-                self._player._properties['deinterlace'] = True
+                properties['deinterlace'] = True
                 
         self._player = cls(self._config, properties)
         self._player._state_changed.connect_weak(self._state_change)

-------------------------------------------------------------------------
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