From ea3dcdc0da99aac55a38ef2afd649f8a76b041fd Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 28 Jan 2015 17:30:14 +0100 Subject: [PATCH] video-converter: the default is BAYER dithering --- gst-libs/gst/video/video-converter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/video/video-converter.h b/gst-libs/gst/video/video-converter.h index 9175708c2e..bbab52aaab 100644 --- a/gst-libs/gst/video/video-converter.h +++ b/gst-libs/gst/video/video-converter.h @@ -45,7 +45,7 @@ G_BEGIN_DECLS * * #GST_TYPE_VIDEO_DITHER_METHOD, The dither method to use when * changing bit depth. - * Default is #GST_VIDEO_DITHER_NONE. + * Default is #GST_VIDEO_DITHER_BAYER. */ #define GST_VIDEO_CONVERTER_OPT_DITHER_METHOD "GstVideoConverter.dither-method"