GNOME Bugzilla – Bug 621572
[videoscale] Adds horizontal green lines in bilinear mode
Last modified: 2010-06-14 22:53:06 UTC
gst-launch-0.10 videotestsrc ! ffmpegcolorspace ! "video/x-raw-yuv,format=(fourcc)YUY2,width=640,height=480" ! videoscale method=1 ! "video/x-raw-yuv,width=640,height=531" ! ffmpegcolorspace ! ximagesink This pipeline shows the behaviour. This only happens with the linear method and only appeared after the switch to orc Happens for many other formats too, e.g. RGB, Y444, Y800, AYUV but not with Y16.
This also happens with the backup code, i.e. when compiling with DISABLE_ORC
commit 7778ed73824f2382d80def18b1fa6e506891b33e Author: David Schleef <ds@schleef.org> Date: Mon Jun 14 15:19:32 2010 -0700 videoscale: Fix black horizontal line in image