summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVignesh Venkatasubramanian <vigneshv@google.com>2015-04-21 16:36:52 -0700
committerMichael Niedermayer <michaelni@gmx.at>2015-04-22 01:43:37 +0200
commit4f287a3c5007db853e4f1098ab194f9337e2f7da (patch)
treeace061a653fe4fa01cf4869bea5b85e8f5711a2f /tests
parentca9849eecdf7db91d652c698018a5b096d8b78c7 (diff)
downloadffmpeg-streaming-4f287a3c5007db853e4f1098ab194f9337e2f7da.zip
ffmpeg-streaming-4f287a3c5007db853e4f1098ab194f9337e2f7da.tar.gz
webmdashenc: Add minimumUpdatePeriod
DASH spec requires the presence of either duration of the period or the minimumUpdatePeriod element. This patch adds the minimumUpdatePeriod element hardcoded with the value 0 as the manifest will never be updated for WebM DASH Live streams. Also updating the fate test reference file. Signed-off-by: Vignesh Venkatasubramanian <vigneshv@google.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests')
-rw-r--r--tests/ref/fate/webm-dash-manifest-live3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ref/fate/webm-dash-manifest-live b/tests/ref/fate/webm-dash-manifest-live
index a6aef97a..c682ecc 100644
--- a/tests/ref/fate/webm-dash-manifest-live
+++ b/tests/ref/fate/webm-dash-manifest-live
@@ -7,7 +7,8 @@
minBufferTime="PT1S"
profiles="urn:mpeg:dash:profile:isoff-live:2011"
availabilityStartTime=""
- timeShiftBufferDepth="PT7200S">
+ timeShiftBufferDepth="PT7200S"
+ minimumUpdatePeriod="0">
<UTCTiming
schemeIdUri="urn:mpeg:dash:utc:direct:2012"
value=""/>
OpenPOWER on IntegriCloud