[totem] Support midi files in the browser plugin
- From: Bastien Nocera <hadess src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [totem] Support midi files in the browser plugin
- Date: Wed, 21 Oct 2009 23:49:10 +0000 (UTC)
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]