From 9ad98f5de56dfa35bc39e1468c58a99e0d48efb3 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Wed, 13 Jun 2012 12:58:23 +0200 Subject: playbin: Update mime-types for XIPH formats There's a myriad of mime-types for ogg containers, FLAC, Vorbis etc. our there. --- src/plugins/playbin/rygel-playbin-player.vala | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/plugins/playbin/rygel-playbin-player.vala b/src/plugins/playbin/rygel-playbin-player.vala index c37c94b7..fdee59c4 100644 --- a/src/plugins/playbin/rygel-playbin-player.vala +++ b/src/plugins/playbin/rygel-playbin-player.vala @@ -30,9 +30,12 @@ public class Rygel.Playbin.Player : GLib.Object, Rygel.MediaPlayer { "application/ogg", "audio/x-vorbis", "audio/x-vorbis+ogg", + "audio/ogg", "audio/x-ms-wma", "audio/x-ms-asf", "audio/x-flac", + "audio/x-flac+ogg", + "audio/flac", "audio/x-mod", "audio/x-wav", "audio/x-ac3", @@ -40,6 +43,9 @@ public class Rygel.Playbin.Player : GLib.Object, Rygel.MediaPlayer { "image/jpeg", "image/png", "video/x-theora", + "video/x-theora+ogg", + "video/x-oggm", + "video/ogg", "video/x-dirac", "video/x-wmv", "video/x-wma", -- cgit v1.2.1