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 621572 - [videoscale] Adds horizontal green lines in bilinear mode
[videoscale] Adds horizontal green lines in bilinear mode
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal blocker
: 0.10.30
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-06-14 17:29 UTC by Sebastian Dröge (slomo)
Modified: 2010-06-14 22:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2010-06-14 17:29:20 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.
Comment 1 Sebastian Dröge (slomo) 2010-06-14 17:30:47 UTC
This also happens with the backup code, i.e. when compiling with DISABLE_ORC
Comment 2 David Schleef 2010-06-14 22:53:06 UTC
commit 7778ed73824f2382d80def18b1fa6e506891b33e
Author: David Schleef <ds@schleef.org>
Date:   Mon Jun 14 15:19:32 2010 -0700

    videoscale: Fix black horizontal line in image