added more unit tests
made switcher really honor open-ended playing
This commit is contained in:
parent
4c839c6a80
commit
3d85980181
13 changed files with 242 additions and 37 deletions
BIN
livesupport/modules/gstreamerElements/var/5seccounter.mp3
Normal file
BIN
livesupport/modules/gstreamerElements/var/5seccounter.mp3
Normal file
Binary file not shown.
16
livesupport/modules/gstreamerElements/var/parallel.smil
Normal file
16
livesupport/modules/gstreamerElements/var/parallel.smil
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<smil xmlns="http://www.w3.org/2001/SMIL20/Language" >
|
||||
<body>
|
||||
<par>
|
||||
<audio src = "file:var/1minutecounter.mp3"
|
||||
clipBegin = "10s"
|
||||
clipEnd = "15s"
|
||||
/>
|
||||
<audio src = "file:var/1minutecounter.mp3"
|
||||
begin = "3s"
|
||||
clipBegin = "10s"
|
||||
clipEnd = "15s"
|
||||
/>
|
||||
</par>
|
||||
</body>
|
||||
</smil>
|
|
@ -4,8 +4,7 @@
|
|||
<par>
|
||||
<audio src = "file:var/1minutecounter.mp3"
|
||||
begin = "3s"
|
||||
clipBegin = "10s"
|
||||
clipEnd = "15s" />
|
||||
/>
|
||||
</par>
|
||||
</body>
|
||||
</smil>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue