summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2012-06-13 12:58:23 +0200
committerJens Georg <mail@jensge.org>2012-06-13 13:16:21 +0200
commit9ad98f5de56dfa35bc39e1468c58a99e0d48efb3 (patch)
treebface308338884b93356f8c459b149ea2938c038
parent5e4766dd4c4a5ec2f7d734dc82cc877c69bf9591 (diff)
downloadrygel-9ad98f5de56dfa35bc39e1468c58a99e0d48efb3.tar.gz
playbin: Update mime-types for XIPH formats
There's a myriad of mime-types for ogg containers, FLAC, Vorbis etc. our there.
-rw-r--r--src/plugins/playbin/rygel-playbin-player.vala6
1 files changed, 6 insertions, 0 deletions
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",