projects
/
experiments
/
gstreamer.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecc8e3d
)
Exaggerate the aspect ratio to better see the rescaling effect
author
Antonio Ospite <ospite@studenti.unina.it>
Tue, 5 Mar 2013 14:22:39 +0000
(15:22 +0100)
committer
Antonio Ospite <ospite@studenti.unina.it>
Tue, 5 Mar 2013 14:22:39 +0000
(15:22 +0100)
gst-custom-player.py
patch
|
blob
|
history
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):