After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 624656 - [videoscale] UYVY scaling broken, introduces green lines
[videoscale] UYVY scaling broken, introduces green lines
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal critical
: 0.10.31
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-07-18 09:01 UTC by Sebastian Dröge (slomo)
Modified: 2010-07-18 13:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2010-07-18 09:01:21 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
Comment 1 Sebastian Dröge (slomo) 2010-07-18 13:09:19 UTC
I'll commit a patch soon
Comment 2 Sebastian Dröge (slomo) 2010-07-18 13:45:53 UTC
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.