[totem] Support midi files in the browser plugin



commit dc268b810e33396085c8e4d1bfae7aefdee4db95
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Oct 22 00:46:26 2009 +0100

    Support midi files in the browser plugin
    
    As Totem should be able to play those.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=598850

 browser-plugin/totemPlugin.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/browser-plugin/totemPlugin.cpp b/browser-plugin/totemPlugin.cpp
index 381d5a7..3d9c862 100644
--- a/browser-plugin/totemPlugin.cpp
+++ b/browser-plugin/totemPlugin.cpp
@@ -131,6 +131,7 @@ static const totemPluginMimeEntry kMimeTypes[] = {
   { "application/x-nsv-vp3-mp3", "nsv", "video/x-nsv" },
   { "video/flv", "flv", "application/x-flash-video" },
   { "application/x-totem-plugin", "", "Totem Multimedia plugin" },
+  { "audio/midi", "mid, midi", NULL },
 #else
 #error Unknown plugin type
 #endif



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