Timer: 0

Copyright: Copyright 1998-2005  W3C (MIT, ERCIM, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Muriel Jourdan (Muriel.Jourdan@ERCIMlpes.fr)
Version: Oct 25 2000, v1        
Module: SMIL Timing & Sync Module 
Feature: min attribute 
File Name: min4.smil
Media Components: 1 MPG (5.6 sec), 1JPG
Expected Behavior: the video is played twice, 
then frozen until t=14s, 
then the smile picture is shown for 4s.
<t:seq>
<t:video style="width:100;height:100" src="../videos/nist.mpg" repeatCount="2" fill="freeze" min="14s" />
<t:img style="width:100;height:100" src="../images/smile.jpg"  dur="4s" />
</t:seq>