summaryrefslogtreecommitdiff
path: root/browser-plugin
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2008-09-01 10:43:19 +0000
committerBastien Nocera <hadess@src.gnome.org>2008-09-01 10:43:19 +0000
commitecff4d0dd9be3847d956724c4541c91e4c9fd032 (patch)
treee47378fe34f888dec34e3eb468379dc732a9d517 /browser-plugin
parente6c77c685ada77909118d297953c71fee3b5ac76 (diff)
downloadtotem-ecff4d0dd9be3847d956724c4541c91e4c9fd032.tar.gz
Add support for the application/x-ms-wmp mime-type (Closes: #550157)
2008-09-01 Bastien Nocera <hadess@hadess.net> * browser-plugin/totemPlugin.cpp: Add support for the application/x-ms-wmp mime-type (Closes: #550157) svn path=/trunk/; revision=5623
Diffstat (limited to 'browser-plugin')
-rw-r--r--browser-plugin/totemPlugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/browser-plugin/totemPlugin.cpp b/browser-plugin/totemPlugin.cpp
index d850e97a7..557997d2e 100644
--- a/browser-plugin/totemPlugin.cpp
+++ b/browser-plugin/totemPlugin.cpp
@@ -115,6 +115,7 @@ static const totemPluginMimeEntry kMimeTypes[] = {
{ "video/x-ms-wm", "wmv", "video/x-ms-wmv" },
{ "video/x-ms-wmp", "wmv", "video/x-ms-wmv" },
{ "application/x-ms-wms", "wms", "video/x-ms-wmv" },
+ { "application/x-ms-wmp", "wmp", "video/x-ms-wmv" },
{ "application/asx", "asx", "audio/x-ms-asx" },
{ "audio/x-ms-wma", "wma", NULL }
#elif defined(TOTEM_COMPLEX_PLUGIN)