osxvideosink: default to force-aspect-ratio=true

This commit is contained in:
Tim-Philipp Müller 2012-06-29 11:51:30 +01:00
parent b9d020ac4f
commit b2b3de569a

View file

@ -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