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 613160 - [cogcolorspace] RGB->I420 conversion adds green vertical bar at the right border
[cogcolorspace] RGB->I420 conversion adds green vertical bar at the right border
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.19
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-17 15:04 UTC by Sebastian Dröge (slomo)
Modified: 2010-03-17 19:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2010-03-17 15:04:20 UTC
gst-launch-0.10 -v videotestsrc ! "video/x-raw-rgb" ! cogcolorspace ! "video/x-raw-yuv,format=(GstFourcc)I420" ! ffmpegcolorspace ! ximagesink

This adds a green vertical bar at the right border. Note that this happens with odd and even widths.
Comment 1 David Schleef 2010-03-17 18:32:37 UTC
Oops, off by one bug.

commit 88e8ec2e7ebeed4c0a06600569993659aa0c7dd1
Author: David Schleef <ds@schleef.org>
Date:   Wed Mar 17 11:30:34 2010 -0700

    cog: Fix off-by-one in 444->420 conversion
    
    Fixes #613160.