diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-05-17 09:49:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-05-17 09:49:15 +0100 |
| commit | e758024e07b64098dfdb67dcd54c828e374ca7b6 (patch) | |
| tree | 4f46068b595a03439ca067a146c0f0eda09d9bc4 /test/data | |
| parent | be3aa4a24251f2b92724a90da95df0b98d16e69f (diff) | |
Add scope to KeyType tags in KDMs.
Diffstat (limited to 'test/data')
| -rw-r--r-- | test/data/kdm_TONEPLATES-SMPTE-ENC_.smpte-430-2.ROOT.NOT_FOR_PRODUCTION_20130706_20230702_CAR_OV_t1_8971c838.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/data/kdm_TONEPLATES-SMPTE-ENC_.smpte-430-2.ROOT.NOT_FOR_PRODUCTION_20130706_20230702_CAR_OV_t1_8971c838.xml b/test/data/kdm_TONEPLATES-SMPTE-ENC_.smpte-430-2.ROOT.NOT_FOR_PRODUCTION_20130706_20230702_CAR_OV_t1_8971c838.xml index 9047fa03..d056351f 100644 --- a/test/data/kdm_TONEPLATES-SMPTE-ENC_.smpte-430-2.ROOT.NOT_FOR_PRODUCTION_20130706_20230702_CAR_OV_t1_8971c838.xml +++ b/test/data/kdm_TONEPLATES-SMPTE-ENC_.smpte-430-2.ROOT.NOT_FOR_PRODUCTION_20130706_20230702_CAR_OV_t1_8971c838.xml @@ -32,11 +32,11 @@ </AuthorizedDeviceInfo> <KeyIdList> <TypedKeyId> - <KeyType>MDIK</KeyType> + <KeyType scope="http://www.smpte-ra.org/430-1/2006/KDM#kdm-key-type">MDIK</KeyType> <KeyId>urn:uuid:4ac4f922-8239-4831-b23b-31426d0542c4</KeyId> </TypedKeyId> <TypedKeyId> - <KeyType>MDAK</KeyType> + <KeyType scope="http://www.smpte-ra.org/430-1/2006/KDM#kdm-key-type">MDAK</KeyType> <KeyId>urn:uuid:73baf5de-e195-4542-ab28-8a465f7d4079</KeyId> </TypedKeyId> </KeyIdList> |
