Exaggerate the aspect ratio to better see the rescaling effect
[experiments/gstreamer.git] / 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):