[rygel/rygel-0-14] playbin: Update mime-types for XIPH formats



commit 9ad98f5de56dfa35bc39e1468c58a99e0d48efb3
Author: Jens Georg <mail jensge org>
Date:   Wed Jun 13 12:58:23 2012 +0200

    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 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 c37c94b..fdee59c 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",



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]