diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-06-29 12:03:51 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-06-29 12:03:51 +0100 |
commit | 4f6b3b7bbdd3d6cdf82a19ae57572eebf2eca623 (patch) | |
tree | c737fba5d1ebaf0aa006d357001d313d58c521c0 /sys/vdpau | |
parent | d3271381ee81451f89a647dd71d00231856009ca (diff) |
sys: make video sinks default to force-aspect-ratio=true
Diffstat (limited to 'sys/vdpau')
-rw-r--r-- | sys/vdpau/gstvdpvideopostprocess.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vdpau/gstvdpvideopostprocess.c b/sys/vdpau/gstvdpvideopostprocess.c index ced168fec..15a165658 100644 --- a/sys/vdpau/gstvdpvideopostprocess.c +++ b/sys/vdpau/gstvdpvideopostprocess.c @@ -1219,7 +1219,7 @@ gst_vdp_vpp_class_init (GstVdpVideoPostProcessClass * klass) g_object_class_install_property (gobject_class, PROP_FORCE_ASPECT_RATIO, g_param_spec_boolean ("force-aspect-ratio", "Force aspect ratio", "When enabled, the plugin will only scale up the input surface to the" - "maximum size where the aspect ratio can be preserved", FALSE, + "maximum size where the aspect ratio can be preserved", TRUE, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); g_object_class_install_property (gobject_class, PROP_DEINTERLACE_MODE, |