Remove <EntryPoint> and <Duration> from <ReelMarkerAsset> tags.
authorCarl Hetherington <cth@carlh.net>
Wed, 23 Mar 2022 23:41:32 +0000 (00:41 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 23 Mar 2022 23:41:32 +0000 (00:41 +0100)
commitbc6ef3ae7644c256e2339366e5aa14c4fa4bbee4
tree2bf418ab859d9c11b433f55549c26cbae3b3631e
parent066e30f30f851396bd6f10d50a448507e1c0b392
Remove <EntryPoint> and <Duration> from <ReelMarkerAsset> tags.

They should not be there:
"EntryPoint" ... "This element shall only be present when the
Asset refers to an external resource such as a Track File".

Fixes DoM bug #2215.
13 files changed:
src/reel_asset.cc
src/reel_asset.h
src/reel_markers_asset.cc
src/reel_markers_asset.h
test/markers_test.cc
test/ref/DCP/dcp_test1/ASSETMAP.xml
test/ref/DCP/dcp_test1/cpl_81fb54df-e1bf-4647-8788-ea7ba154375b.xml
test/ref/DCP/dcp_test1/pkl_6af1e0c1-c441-47f8-a502-3efd46b1fa4f.xml
test/ref/DCP/dcp_test7/ASSETMAP
test/ref/DCP/dcp_test7/cpl_81fb54df-e1bf-4647-8788-ea7ba154375b.xml
test/ref/DCP/dcp_test7/pkl_6af1e0c1-c441-47f8-a502-3efd46b1fa4f.xml
test/test.cc
test/verify_test.cc