diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-03-21 11:14:27 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-03-21 11:14:41 +0100 |
commit | 575f0640ededfba933d39e50c1baf9387805770d (patch) | |
tree | f350ed113525971509d6abd896e382c111390932 | |
parent | 8e791d52aa7b069923faa787b7d4ad6e67b5eec2 (diff) |
videoscale: Let the add-borders property default to TRUE
It's undesirable most of the time that the display aspect ratio
is changed.
-rw-r--r-- | gst/videoscale/gstvideoscale.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/videoscale/gstvideoscale.c b/gst/videoscale/gstvideoscale.c index aa82e073b..a76dcbbcb 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 |