Exaggerate the aspect ratio to better see the rescaling effect
authorAntonio Ospite <ospite@studenti.unina.it>
Tue, 5 Mar 2013 14:22:39 +0000 (15:22 +0100)
committerAntonio Ospite <ospite@studenti.unina.it>
Tue, 5 Mar 2013 14:22:39 +0000 (15:22 +0100)
gst-custom-player.py

index 22050ec..dd7a84b 100755 (executable)
@@ -32,7 +32,7 @@ import gst
 # The player window will have a fixed width and height.
 # This is just to demonstrate the use of capabilities.
 WIDTH = 640
-HEIGHT = 480
+HEIGHT = 300
 
 
 class CustomVideoBin(gst.Bin):