From 575f0640ededfba933d39e50c1baf9387805770d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 21 Mar 2013 11:14:27 +0100 Subject: [PATCH] videoscale: Let the add-borders property default to TRUE It's undesirable most of the time that the display aspect ratio is changed. --- gst/videoscale/gstvideoscale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/videoscale/gstvideoscale.c b/gst/videoscale/gstvideoscale.c index aa82e073ba..a76dcbbcbf 100644 --- a/gst/videoscale/gstvideoscale.c +++ b/gst/videoscale/gstvideoscale.c @@ -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