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:
Sebastian Dröge 2013-03-21 11:14:27 +01:00
parent 8e791d52aa
commit 575f0640ed

View file

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