summaryrefslogtreecommitdiff
path: root/test/ref/DCP/dcp_test5/pkl_5d51e8a1-b2a5-4da6-9b66-4615c3609440.xml
AgeCommit message (Collapse)Author
2022-05-04Make some tests repeatable across platforms.Carl Hetherington
2022-01-17Use optional for ReelAsset _annotation_text.v1.8.6Carl Hetherington
Not only is this tag optional in Interop and SMPTE, but it would appear that if it is present but empty a DCP will not play back on Sony SRX320 / LMT3000 systems (DoM bug #2124). Here we use optional<>, as seems to make sense, and also refuse to write empty tags (instead omitting the tag entirely).
2021-08-04Fix tests after previous commit.Carl Hetherington
2021-06-02Test churn from adding make_uuid() into CPL.Carl Hetherington