[rygel] playbin: Update mime-types for XIPH formats
- From: Jens Georg <jensgeorg src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [rygel] playbin: Update mime-types for XIPH formats
 
- Date: Wed, 13 Jun 2012 11:16:04 +0000 (UTC)
 
commit de0ac9ac2d469422a1e83f4d7666c36e2b0aaa35
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 be0ff1e..0949d57 100644
--- a/src/plugins/playbin/rygel-playbin-player.vala
+++ b/src/plugins/playbin/rygel-playbin-player.vala
@@ -35,9 +35,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",
@@ -45,6 +48,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]