Blob Blame History Raw
--- totem-2.18.2/browser-plugin/totemBasicPlugin.cpp.old	2007-10-31 00:39:47.000000000 +0100
+++ totem-2.18.2/browser-plugin/totemBasicPlugin.cpp	2007-10-31 00:40:16.000000000 +0100
@@ -50,11 +50,8 @@
 
 static const totemPluginMimeEntry kMimeTypes[] = {
 	{ "application/ogg", "ogg", NULL, FALSE },
-	{ "video/mpeg", "mpg, mpeg, mpe", NULL, FALSE },
 	{ "audio/wav", "wav", NULL, FALSE },
-	{ "audio/x-wav", "wav", NULL, TRUE },
-	{ "audio/mpeg", "mp3", NULL, FALSE },
-	{ "audio/x-mpeg", "mp3", NULL, TRUE }
+	{ "audio/x-wav", "wav", NULL, FALSE }
 };
 
 totemScriptablePlugin::totemScriptablePlugin (totemPlugin *aPlugin)