From 279c8c236c2cdae6dbf9b718a47394ec1cbed87d Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Tue, 5 Mar 2013 15:22:39 +0100 Subject: [PATCH] Exaggerate the aspect ratio to better see the rescaling effect --- gst-custom-player.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-custom-player.py b/gst-custom-player.py index 22050ec..dd7a84b 100755 --- a/gst-custom-player.py +++ b/gst-custom-player.py @@ -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): -- 2.1.4