server: Use correct depth for PNG icons
authorJens Georg <mail@jensge.org>
Fri, 3 Jan 2014 22:17:56 +0000 (23:17 +0100)
committerJens Georg <mail@jensge.org>
Tue, 14 Jan 2014 20:59:23 +0000 (21:59 +0100)
Signed-off-by: Jens Georg <mail@jensge.org>
src/librygel-server/rygel-thumbnailer.vala

index 0d1fb6c..f502161 100644 (file)
@@ -44,7 +44,7 @@ internal class Rygel.Thumbnailer : GLib.Object {
         this.template = new Thumbnail ("image/png", "PNG_TN", "png");
         this.template.width = 128;
         this.template.height = 128;
-        this.template.depth = 32;
+        this.template.depth = 24;
         this.extension = "." + this.template.file_extension;
 
         try {