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 705084 - UPnP UDA-2.1.5 displays warning about the device icon depth value
UPnP UDA-2.1.5 displays warning about the device icon depth value
Status: RESOLVED FIXED
Product: rygel
Classification: Applications
Component: librygel-core
git master
Other Linux
: Normal normal
: ---
Assigned To: rygel-maint
rygel-maint
Depends on:
Blocks:
 
 
Reported: 2013-07-29 16:03 UTC by Parthiban Balasubramanian
Modified: 2013-08-05 07:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixing device icon to recommended depth value. (3.15 KB, patch)
2013-07-29 16:03 UTC, Parthiban Balasubramanian
none Details | Review
Fixing device icon to recommended depth value. Removed test code from the patch (927 bytes, patch)
2013-08-01 15:30 UTC, Parthiban Balasubramanian
committed Details | Review

Description Parthiban Balasubramanian 2013-07-29 16:03:45 UTC
Created attachment 250378 [details] [review]
Fixing device icon to recommended depth value.

Device icon used for Rygel uses 32 instead of UPnP recommended depth value of 24.
Included patch has the required changes for adding icon support with depth value 24.

DLNA CTT : 7.2.28.1 also displays this warning.
Comment 1 Jens Georg 2013-08-01 09:29:56 UTC
I was about to complain that this should be fixed by integrators, but I think we might have misunderstood the alpha channel part of PNG, such as 8bit PNG with alpha still having a depth of 24bit and not 32 (4 * 8).
Comment 2 Jens Georg 2013-08-01 09:39:26 UTC
Yes, guidelines say depth is excluding alpha channel.
Comment 3 Jens Georg 2013-08-01 09:55:21 UTC
Why did you add that 24x24 icon?
Comment 4 Parthiban Balasubramanian 2013-08-01 14:34:49 UTC
@Jens : can you point me to the guideline you are mentioning. Just want to make sure we are referring to the same one.
Comment 5 Parthiban Balasubramanian 2013-08-01 15:03:40 UTC
24x24 icon was not supposed to be in the patch. This was a test code I wrote. Will remove portion that has 24x24 icon addition. 
But you agree with setting the depth value to 24 instead of 34 for png right ?
Comment 6 Parthiban Balasubramanian 2013-08-01 15:30:20 UTC
Created attachment 250636 [details] [review]
Fixing device icon to recommended depth value. Removed test code from the patch
Comment 7 Jens Georg 2013-08-02 07:27:49 UTC
Thanks. 7.2.2 in the 2009 media format docs, truecolor with alpha is defined as 24 bits, that's 7.2.2.2 in the 2011 doc.
Comment 8 Jens Georg 2013-08-05 07:26:40 UTC
Comitted with slightly changed commit message