From b2b3de569afb66d2bf4b75ef20f8ae595509ef8f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 29 Jun 2012 11:51:30 +0100 Subject: [PATCH] osxvideosink: default to force-aspect-ratio=true --- sys/osxvideo/osxvideosink.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/osxvideo/osxvideosink.m b/sys/osxvideo/osxvideosink.m index 0bcd494..bc0394b 100644 --- a/sys/osxvideo/osxvideosink.m +++ b/sys/osxvideo/osxvideosink.m @@ -537,7 +537,7 @@ gst_osx_video_sink_class_init (GstOSXVideoSinkClass * klass) g_object_class_install_property (gobject_class, ARG_FORCE_PAR, g_param_spec_boolean ("force-aspect-ratio", "force aspect ration", "When enabled, scaling will respect original aspect ration", - FALSE, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); + TRUE, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); } static void -- 2.7.4