summaryrefslogtreecommitdiff
path: root/test/ref/DCP/encryption_test/pkl_8ee8f7da-8da2-4adb-ae0e-31e8f4b91900.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