<!--
            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)
                    description updated by Erik Hodge, RealNetworks
           Version: Apr. 9, 2001, v2
            Module: SMIL Timing & Sync Module 
           Feature: Fill attribute
         File Name: endSyncbaseWithPosOffset.smil
  Media Components: 1 JPG, 1 MPEG (5.6s) 
  Expected Behavior: the video and the picture start to be presented
                     at t=0s.  The video ends at t=5.6s and freezes
                     its last frame until the par ends at 8.6s.  The
                     picture ends at t=8.6s.
-->
<smil xmlns="http://www.w3.org/2005/SMIL21/Language">
  <body>
    <par>
      <img src="../images/frown.jpg" id="image1" end="video.end + 3s" />
      <video src="../videos/nist.mpg" id="video"/>
    </par>
  </body>
</smil>