diff options
author | Vignesh Venkatasubramanian <vigneshv@google.com> | 2015-04-21 16:36:52 -0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-04-22 01:43:37 +0200 |
commit | 4f287a3c5007db853e4f1098ab194f9337e2f7da (patch) | |
tree | ace061a653fe4fa01cf4869bea5b85e8f5711a2f /tests/ref/fate | |
parent | ca9849eecdf7db91d652c698018a5b096d8b78c7 (diff) | |
download | ffmpeg-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/ref/fate')
-rw-r--r-- | tests/ref/fate/webm-dash-manifest-live | 3 |
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 a6aef97a2c..c682ecc7d2 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=""/> |