From: Antonio Ospite Date: Tue, 5 Mar 2013 14:22:39 +0000 (+0100) Subject: Exaggerate the aspect ratio to better see the rescaling effect X-Git-Url: https://git.ao2.it/experiments/gstreamer.git/commitdiff_plain/279c8c236c2cdae6dbf9b718a47394ec1cbed87d?hp=ecc8e3d12270bae9cd7583c4e505a7c8974e8eb3 Exaggerate the aspect ratio to better see the rescaling effect --- 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):