Author: andre
Date: 2009-11-23 22:59:11 +0100 (Mon, 23 Nov 2009)
New Revision: 39881

Modified:
   openimages/trunk/src/main/webapp/WEB-INF/config/streams/createcaches.xml
   openimages/trunk/src/main/webapp/WEB-INF/tags/oip/video.tagx
   openimages/trunk/src/main/webapp/mediafragment.jspx
Log:
width and height is used in video tag and in image tag with audio

Modified: 
openimages/trunk/src/main/webapp/WEB-INF/config/streams/createcaches.xml
===================================================================
--- openimages/trunk/src/main/webapp/WEB-INF/config/streams/createcaches.xml    
2009-11-23 21:50:03 UTC (rev 39880)
+++ openimages/trunk/src/main/webapp/WEB-INF/config/streams/createcaches.xml    
2009-11-23 21:59:11 UTC (rev 39881)
@@ -43,7 +43,6 @@
     <loganalyzer name="org.mmbase.streams.transcoders.FFMpegAnalyzer" />
   </transcoder>
 
-
   <transcoder
       label="lo"
       mimetype="video/*" in="v1" id="v2">

Modified: openimages/trunk/src/main/webapp/WEB-INF/tags/oip/video.tagx
===================================================================
--- openimages/trunk/src/main/webapp/WEB-INF/tags/oip/video.tagx        
2009-11-23 21:50:03 UTC (rev 39880)
+++ openimages/trunk/src/main/webapp/WEB-INF/tags/oip/video.tagx        
2009-11-23 21:59:11 UTC (rev 39881)
@@ -41,7 +41,7 @@
     <c:when test="${empty mediaurls}">
       <div class="inavailable">
         <p>
-          <jsp:text>No media sources available.</jsp:text>
+          <jsp:text>No video sources available.</jsp:text>
           <c:if test="${!empty unsupported}">
             <jsp:text> Unsupported original media file.</jsp:text>
           </c:if>

Modified: openimages/trunk/src/main/webapp/mediafragment.jspx
===================================================================
--- openimages/trunk/src/main/webapp/mediafragment.jspx 2009-11-23 21:50:03 UTC 
(rev 39880)
+++ openimages/trunk/src/main/webapp/mediafragment.jspx 2009-11-23 21:59:11 UTC 
(rev 39881)
@@ -40,7 +40,7 @@
       <div class="main-column">
         <oip:h2><fmt:message key="media.item" /></oip:h2>
 
-        <oip:media />
+        <oip:media width="320" height="240" />
 
         <mm:nodefunction name="translation">
           <h3 class="mediatitle"><mm:field name="title" /></h3>

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to