totem r5108 - in trunk: . browser-plugin



Author: hadess
Date: Tue Feb 12 01:55:51 2008
New Revision: 5108
URL: http://svn.gnome.org/viewvc/totem?rev=5108&view=rev

Log:
2008-02-12  Bastien Nocera  <hadess hadess net>

	* browser-plugin/totemGMPPlugin.cpp: Add audio/x-ms-wma
	to the mime-types, allows playback on
	http://cbn.globoradio.globo.com/cbn/comentarios/arnaldojabor.asp
	(Closes: #515914)



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

Modified: trunk/browser-plugin/totemGMPPlugin.cpp
==============================================================================
--- trunk/browser-plugin/totemGMPPlugin.cpp	(original)
+++ trunk/browser-plugin/totemGMPPlugin.cpp	Tue Feb 12 01:55:51 2008
@@ -68,7 +68,8 @@
 	{ "video/x-ms-wvx", "wmv", "video/x-ms-wmv" },
 	{ "video/x-ms-wm", "wmv", "video/x-ms-wmv" },
 	{ "application/x-ms-wms", "wms", "video/x-ms-wmv" },
-	{ "application/asx", "asx", "audio/x-ms-asx" }
+	{ "application/asx", "asx", "audio/x-ms-asx" },
+	{ "audio/x-ms-wma", "wma", NULL }
 };
 
 void*



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