Timer: 0

Copyright: Copyright 1998-2001 W3C (MIT, INRIA, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Muriel Jourdan (Muriel.Jourdan@inrialpes.fr)
Version: Feb. 9, 2000, v1        
Module: SMIL Timing & Sync Module 
Feature: Fill = freeze with repeat
File Name: fill_freeze_with_repeat.smil
Media Components: 1 MPG (intr. dur = 5.6s)
Expected Behavior: the video is played twice with dur 5s each
and then is frozen 3s
<t:par dur="13s">
<t:video style="width:100;height:100" src="../videos/nist.mpg" dur="5s" repeatCount="2" fill="freeze" />
</t:par>