summaryrefslogtreecommitdiff
path: root/browser-plugin
diff options
context:
space:
mode:
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 },