mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
osxvideosink: default to force-aspect-ratio=true
This commit is contained in:
parent
b9d020ac4f
commit
b2b3de569a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue