X-Git-Url: https://git.ao2.it/experiments/gstreamer.git/blobdiff_plain/ecc8e3d12270bae9cd7583c4e505a7c8974e8eb3..279c8c236c2cdae6dbf9b718a47394ec1cbed87d:/gst-custom-player.py 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):