videoscale: Let the add-borders property default to TRUE
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 21 Mar 2013 10:14:27 +0000 (11:14 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 21 Mar 2013 10:14:41 +0000 (11:14 +0100)
It's undesirable most of the time that the display aspect ratio
is changed.

gst/videoscale/gstvideoscale.c

index aa82e07..a76dcbb 100644 (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