Author: dmeyer
Date: Sun Apr 29 20:00:36 2007
New Revision: 2665

Modified:
   trunk/popcorn/test/play.py

Log:
adjust to scale changes

Modified: trunk/popcorn/test/play.py
==============================================================================
--- trunk/popcorn/test/play.py  (original)
+++ trunk/popcorn/test/play.py  Sun Apr 29 20:00:36 2007
@@ -63,10 +63,10 @@
     return True
 
 def do_something1():
-    player.set_property('fit-method', 'scale')
+    player.set_property('scale', kaa.popcorn.SCALE_IGNORE)
     
 def do_something2():
-    player.set_property('fit-method', 'bars')
+    player.set_property('scale', kaa.popcorn.SCALE_KEEP)
 
 def do_zoom():
     player.set_property('zoom', player.get_property('zoom') - 10)

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