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 783626 - openjpegdec: artifacts when displaying RGB 8 bit images
openjpegdec: artifacts when displaying RGB 8 bit images
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other Linux
: Normal normal
: 1.12.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-06-10 11:34 UTC by Aaron Boxer
Modified: 2017-06-12 07:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix display artifacts for RGB 8 bit input (1008 bytes, patch)
2017-06-10 11:58 UTC, Aaron Boxer
committed Details | Review

Description Aaron Boxer 2017-06-10 11:34:28 UTC
For grayscale, it tries to access three decoded components instead of one.
For RGB, there are artifacts when using the following pipeline:

 gst-launch-1.0 -v filesrc location=Bretagne1.jp2 ! typefind ! openjpegdec ! imagefreeze ! autovideosink
Comment 1 Aaron Boxer 2017-06-10 11:51:19 UTC
Correction: Grayscale is fine, but RGB has artifacts on my system.
Comment 2 Aaron Boxer 2017-06-10 11:58:35 UTC
Created attachment 353517 [details] [review]
fix display artifacts for RGB 8 bit input
Comment 3 Sebastian Dröge (slomo) 2017-06-12 06:55:08 UTC
commit a6d1f7729935be8fce1a49743ce7fcf4c4583fe9
Author: Aaron Boxer <boxerab@gmail.com>
Date:   Sat Jun 10 07:56:48 2017 -0400

    openjpegdec: fix display artifacts for RGB 8-bit
    
    https://bugzilla.gnome.org/show_bug.cgi?id=783626