GNOME Bugzilla – Bug 624656
[videoscale] UYVY scaling broken, introduces green lines
Last modified: 2010-07-18 13:45:53 UTC
Try the following pipeline and resize the window. Sometimes there are green lines gst-launch-0.10 videotestsrc ! ffmpegcolorspace ! "video/x-raw-yuv,format=(fourcc)UYVY,width=640,height=480,pixel-aspect-ratio=1/1" ! videoscale ! ffmpegcolorspace ! ximagesink
I'll commit a patch soon
commit 619e5b6e44469edbb345c7fd6386fce9982bab04 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Sun Jul 18 15:08:48 2010 +0200 videoscale: Fix linear scaling of UYVY scanlines Fixes bug #624656.