diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-22 01:59:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-12-22 23:43:03 +0100 |
| commit | 4ddd146759e5346bd6c4b4444ee1424327f14a2a (patch) | |
| tree | c927e85f5a2a040788b159f6591c3679b9bfab49 /test/ref/DCP/dcp_test5 | |
| parent | f657337815c5f21e2edd99fdaa501f0ff8acc6b1 (diff) | |
Write OriginalFileName tags in PKL (DoM #2394).
Without these it EasyDCP gives errors like
"Id field in PKL must match uuid in asset"
"Each Id used in the PKL files must be unique or reference the same file"
which seem wrong but, as usual, here we are.
Diffstat (limited to 'test/ref/DCP/dcp_test5')
| -rw-r--r-- | test/ref/DCP/dcp_test5/ASSETMAP.xml | 2 | ||||
| -rw-r--r-- | test/ref/DCP/dcp_test5/pkl_017b3de4-6dda-408d-b19b-6711354b0bc3.xml | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/test/ref/DCP/dcp_test5/ASSETMAP.xml b/test/ref/DCP/dcp_test5/ASSETMAP.xml index 42b8133b..79a3091c 100644 --- a/test/ref/DCP/dcp_test5/ASSETMAP.xml +++ b/test/ref/DCP/dcp_test5/ASSETMAP.xml @@ -15,7 +15,7 @@ <Path>pkl_017b3de4-6dda-408d-b19b-6711354b0bc3.xml</Path> <VolumeIndex>1</VolumeIndex> <Offset>0</Offset> - <Length>1186</Length> + <Length>1380</Length> </Chunk> </ChunkList> </Asset> diff --git a/test/ref/DCP/dcp_test5/pkl_017b3de4-6dda-408d-b19b-6711354b0bc3.xml b/test/ref/DCP/dcp_test5/pkl_017b3de4-6dda-408d-b19b-6711354b0bc3.xml index 77d67c23..9b388774 100644 --- a/test/ref/DCP/dcp_test5/pkl_017b3de4-6dda-408d-b19b-6711354b0bc3.xml +++ b/test/ref/DCP/dcp_test5/pkl_017b3de4-6dda-408d-b19b-6711354b0bc3.xml @@ -12,6 +12,7 @@ <Hash>kiv8PHo8XZc/lI2xk7qYghrP2SA=</Hash> <Size>2024</Size> <Type>text/xml</Type> + <OriginalFileName>cpl_6affb8ee-0020-4dff-a53c-17652f6358ab.xml</OriginalFileName> </Asset> <Asset> <Id>urn:uuid:5407b210-4441-4e97-8b16-8bdc7c12da54</Id> @@ -19,6 +20,7 @@ <Hash>o3VmpdFsNUgF11oadcaGJ/IfO0M=</Hash> <Size>40144</Size> <Type>application/mxf</Type> + <OriginalFileName>video.mxf</OriginalFileName> </Asset> <Asset> <Id>urn:uuid:97f0f352-5b77-48ee-a558-9df37717f4fa</Id> @@ -26,6 +28,7 @@ <Hash>wLbXcpQtWt2IFMHIcibxwND667I=</Hash> <Size>161326</Size> <Type>application/mxf</Type> + <OriginalFileName>audio.mxf</OriginalFileName> </Asset> </AssetList> </PackingList> |
