summaryrefslogtreecommitdiff
path: root/browser-plugin
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2008-01-15 23:43:31 +0000
committerBastien Nocera <hadess@src.gnome.org>2008-01-15 23:43:31 +0000
commit4aa2f306ff04fdb1c0d864d7c45e750ba40a5844 (patch)
tree4381e3503911267a3fdfa951d67928ace9f38ffb /browser-plugin
parent48fe039a39f194687ce405fc33708b7400ebdf3c (diff)
downloadtotem-4aa2f306ff04fdb1c0d864d7c45e750ba40a5844.tar.gz
Update mime-types for Ogg and Annodex
2008-01-15 Bastien Nocera <hadess@hadess.net> * browser-plugin/totemBasicPlugin.cpp: Update mime-types for Ogg and Annodex svn path=/trunk/; revision=5024
Diffstat (limited to 'browser-plugin')
-rw-r--r--browser-plugin/totemBasicPlugin.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/browser-plugin/totemBasicPlugin.cpp b/browser-plugin/totemBasicPlugin.cpp
index 82a2312e1..ea2324391 100644
--- a/browser-plugin/totemBasicPlugin.cpp
+++ b/browser-plugin/totemBasicPlugin.cpp
@@ -51,10 +51,13 @@ 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/ogg", "oga", NULL },
{ "audio/x-ogg", "ogg", NULL },
- { "video/ogg", "ogg", NULL },
+ { "video/ogg", "ogv", NULL },
{ "video/x-ogg", "ogg", NULL },
+ { "application/annodex", "anx", NULL },
+ { "audio/annodex", "axa", NULL },
+ { "video/annodex", "axv", NULL },
{ "video/mpeg", "mpg, mpeg, mpe", NULL },
{ "audio/wav", "wav", NULL },
{ "audio/x-wav", "wav", NULL },