changed output
authorRonny Strutz <ronny.strutz@multimedia-labs.de>
Wed, 31 Aug 2005 15:17:29 +0000 (15:17 +0000)
committerRonny Strutz <ronny.strutz@multimedia-labs.de>
Wed, 31 Aug 2005 15:17:29 +0000 (15:17 +0000)
lib/python/Components/AVSwitch.py

index 7407ae7..df2020d 100644 (file)
@@ -5,20 +5,16 @@ class AVSwitch:
                pass
 
        def setColorFormat(self, value):
-               print "colorformat"
-               print value
+               print "colorformat:" + str(value)
                
        def setAspectRatio(self, value):
-               print "aspectratio"
-               print value
+               print "aspectratio:" + str(value)
 
        def setSystem(self, value):
-               print "system"
-               print value
+               print "system:" + str(value)
 
        def setWSS(self, value):
-               print "wss"
-               print value
+               print "wss:" + str(value)
 
 def InitAVSwitch():
        config.av = ConfigSubsection();