mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
videoscale: Let the add-borders property default to TRUE
It's undesirable most of the time that the display aspect ratio is changed.
This commit is contained in:
parent
8e791d52aa
commit
575f0640ed
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ GST_DEBUG_CATEGORY (video_scale_debug);
|
|||
GST_DEBUG_CATEGORY_STATIC (GST_CAT_PERFORMANCE);
|
||||
|
||||
#define DEFAULT_PROP_METHOD GST_VIDEO_SCALE_BILINEAR
|
||||
#define DEFAULT_PROP_ADD_BORDERS FALSE
|
||||
#define DEFAULT_PROP_ADD_BORDERS TRUE
|
||||
#define DEFAULT_PROP_SHARPNESS 1.0
|
||||
#define DEFAULT_PROP_SHARPEN 0.0
|
||||
#define DEFAULT_PROP_DITHER FALSE
|
||||
|
|
Loading…
Reference in a new issue