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 784797 - jpeg2000parse: support image with two components
jpeg2000parse: support image with two components
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.13.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-07-11 13:59 UTC by Aaron Boxer
Modified: 2017-07-17 14:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
support two-component images (1.02 KB, patch)
2017-07-11 14:09 UTC, Aaron Boxer
committed Details | Review

Description Aaron Boxer 2017-07-11 13:59:51 UTC
Currently we don't support two-component images (gray w/ alpha, for example)
Comment 1 Aaron Boxer 2017-07-11 14:09:53 UTC
Created attachment 355331 [details] [review]
support two-component images
Comment 2 Sebastian Dröge (slomo) 2017-07-17 12:53:23 UTC
commit 45dbe864e215ee1bc99434a23acc80afdccef28d (HEAD -> master)
Author: Aaron Boxer <boxerab@gmail.com>
Date:   Tue Jul 11 10:09:02 2017 -0400

    jpeg2000parse: support 2-component images
    
    https://bugzilla.gnome.org/show_bug.cgi?id=784797
Comment 3 Aaron Boxer 2017-07-17 14:30:14 UTC
Thanks.