totem r5024 - in trunk: . browser-plugin



Author: hadess
Date: Tue Jan 15 23:43:31 2008
New Revision: 5024
URL: http://svn.gnome.org/viewvc/totem?rev=5024&view=rev

Log:
2008-01-15  Bastien Nocera  <hadess hadess net>

	* browser-plugin/totemBasicPlugin.cpp: Update mime-types
	for Ogg and Annodex



Modified:
   trunk/ChangeLog
   trunk/browser-plugin/totemBasicPlugin.cpp

Modified: trunk/browser-plugin/totemBasicPlugin.cpp
==============================================================================
--- trunk/browser-plugin/totemBasicPlugin.cpp	(original)
+++ trunk/browser-plugin/totemBasicPlugin.cpp	Tue Jan 15 23:43:31 2008
@@ -51,10 +51,13 @@
 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 },



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]