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
@ -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…
x
Reference in New Issue
Block a user