mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
videoscale: Rename borders property to add-borders
This commit is contained in:
parent
ef4dc0ccf4
commit
6fb91f7711
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ gst_video_scale_class_init (GstVideoScaleClass * klass)
|
|||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
|
||||
g_object_class_install_property (gobject_class, PROP_ADD_BORDERS,
|
||||
g_param_spec_boolean ("borders", "Add Borders",
|
||||
g_param_spec_boolean ("add-borders", "Add Borders",
|
||||
"Add black borders if necessary to keep the display aspect ratio",
|
||||
DEFAULT_PROP_ADD_BORDERS,
|
||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
|
|
Loading…
Reference in a new issue