projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea3dcdc
)
videoscale: don't do dithering
author
Wim Taymans
<wtaymans@redhat.com>
Wed, 28 Jan 2015 16:30:53 +0000
(17:30 +0100)
committer
Wim Taymans
<wtaymans@redhat.com>
Wed, 28 Jan 2015 16:30:53 +0000
(17:30 +0100)
gst/videoscale/gstvideoscale.c
patch
|
blob
|
history
diff --git
a/gst/videoscale/gstvideoscale.c
b/gst/videoscale/gstvideoscale.c
index cb6c1e20d52516438495fff361de606bb4d54c1e..abff6d29106f06d7717427c90a09798afaf6691d 100644
(file)
--- a/
gst/videoscale/gstvideoscale.c
+++ b/
gst/videoscale/gstvideoscale.c
@@
-604,7
+604,9
@@
gst_video_scale_set_info (GstVideoFilter * filter, GstCaps * in,
GST_VIDEO_CONVERTER_OPT_DEST_HEIGHT, G_TYPE_INT,
out_info->height - videoscale->borders_h,
GST_VIDEO_CONVERTER_OPT_MATRIX_MODE, G_TYPE_STRING, "none",
- GST_VIDEO_CONVERTER_OPT_CHROMA_MODE, G_TYPE_STRING, "none", NULL);
+ GST_VIDEO_CONVERTER_OPT_DITHER_METHOD, GST_TYPE_VIDEO_DITHER_METHOD,
+ GST_VIDEO_DITHER_NONE, GST_VIDEO_CONVERTER_OPT_CHROMA_MODE,
+ G_TYPE_STRING, "none", NULL);
if (videoscale->gamma_decode) {
gst_structure_set (options,