core: Mark thumbnail resources as transcoded
authorJens Georg <mail@jensge.org>
Sat, 15 Oct 2011 20:43:03 +0000 (22:43 +0200)
committerJens Georg <mail@jensge.org>
Sat, 15 Oct 2011 20:44:28 +0000 (22:44 +0200)
This unbreaks streaming to the WD TV live which used the thumbnail
resource as a movie resource.

src/rygel/rygel-thumbnail.vala

index 9a8c6dd..e4f3a9c 100644 (file)
@@ -64,6 +64,7 @@ public class Rygel.Thumbnail : Rygel.IconInfo {
                                     DLNAFlags.CONNECTION_STALL |
                                     DLNAFlags.DLNA_V15;
         protocol_info.dlna_operation = DLNAOperation.RANGE;
+        protocol_info.dlna_conversion = DLNAConversion.TRANSCODED;
 
         return protocol_info;
     }