Author: andre
Date: 2009-09-29 18:45:24 +0200 (Tue, 29 Sep 2009)
New Revision: 38923

Modified:
   openimages/trunk/src/main/webapp/WEB-INF/tags/oip/video.tagx
Log:
use mimetype of the source file (not the mimetype of teh format of the source)


Modified: openimages/trunk/src/main/webapp/WEB-INF/tags/oip/video.tagx
===================================================================
--- openimages/trunk/src/main/webapp/WEB-INF/tags/oip/video.tagx        
2009-09-29 16:45:10 UTC (rev 38922)
+++ openimages/trunk/src/main/webapp/WEB-INF/tags/oip/video.tagx        
2009-09-29 16:45:24 UTC (rev 38923)
@@ -32,7 +32,7 @@
     <mm:functioncontainer>
       <mm:param name="format">OGV,MP4,OGG</mm:param>
       <mm:listfunction name="filteredurls">
-        <source src="${mm:escape('text/xml', _.URL)}" 
type="${_.format.mimeType}; codecs=${mm:escape('lowercase', 
_.codec)}"><jsp:text> </jsp:text></source>
+        <source src="${mm:escape('text/xml', _.URL)}" type="${_.mimeType}; 
codecs=${mm:escape('lowercase', _.codec)}"><jsp:text> </jsp:text></source>
       </mm:listfunction>
     </mm:functioncontainer>
   </mm:import>

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to