video-converter: the default is BAYER dithering

This commit is contained in:
Wim Taymans 2015-01-28 17:30:14 +01:00
parent 620dc30d0f
commit ea3dcdc0da

View File

@ -45,7 +45,7 @@ G_BEGIN_DECLS
* *
* #GST_TYPE_VIDEO_DITHER_METHOD, The dither method to use when * #GST_TYPE_VIDEO_DITHER_METHOD, The dither method to use when
* changing bit depth. * 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" #define GST_VIDEO_CONVERTER_OPT_DITHER_METHOD "GstVideoConverter.dither-method"