projects
/
experiments
/
gstreamer.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Exaggerate the aspect ratio to better see the rescaling effect
[experiments/gstreamer.git]
/
gst-custom-player.py
diff --git
a/gst-custom-player.py
b/gst-custom-player.py
index
22050ec
..
dd7a84b
100755
(executable)
--- 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 =
48
0
+HEIGHT =
30
0
class CustomVideoBin(gst.Bin):