summaryrefslogtreecommitdiff
path: root/browser-plugin
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2007-12-21 11:55:44 +0000
committerBastien Nocera <hadess@src.gnome.org>2007-12-21 11:55:44 +0000
commitc1c724b7845e754b980ee873c044ed4df56fc71a (patch)
treecca1c716134d27ff40991806b0cc4af9d8435f06 /browser-plugin
parent708b9b5d6b6f8e4cdd39e511ae3828df87f0686e (diff)
downloadtotem-c1c724b7845e754b980ee873c044ed4df56fc71a.tar.gz
Patch from Praveen A <pravi.a@gmail.com> to add application/x-ogg as a
2007-12-21 Bastien Nocera <hadess@hadess.net> * browser-plugin/totemBasicPlugin.cpp: Patch from Praveen A <pravi.a@gmail.com> to add application/x-ogg as a supported mime-type (Closes: #504795) svn path=/trunk/; revision=4984
Diffstat (limited to 'browser-plugin')
-rw-r--r--browser-plugin/totemBasicPlugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/browser-plugin/totemBasicPlugin.cpp b/browser-plugin/totemBasicPlugin.cpp
index c6cef9959..82a2312e1 100644
--- a/browser-plugin/totemBasicPlugin.cpp
+++ b/browser-plugin/totemBasicPlugin.cpp
@@ -49,6 +49,7 @@ static const char kClassDescription[] = "totemBasicPlugin";
static const char kPluginDescription[] = "Totem Web Browser Plugin " VERSION;
static const totemPluginMimeEntry kMimeTypes[] = {
+ { "application/x-ogg","ogg",NULL },
{ "application/ogg", "ogg", NULL },
{ "audio/ogg", "ogg", NULL },
{ "audio/x-ogg", "ogg", NULL },