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_test2 | |
| 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_test2')
| -rw-r--r-- | test/ref/DCP/dcp_test2/ASSETMAP.xml | 2 | ||||
| -rw-r--r-- | test/ref/DCP/dcp_test2/pkl_d199d58b-5ef8-4d49-b270-07e590ccb280.xml | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/test/ref/DCP/dcp_test2/ASSETMAP.xml b/test/ref/DCP/dcp_test2/ASSETMAP.xml index e0adff1e..68d9a5cb 100644 --- a/test/ref/DCP/dcp_test2/ASSETMAP.xml +++ b/test/ref/DCP/dcp_test2/ASSETMAP.xml @@ -15,7 +15,7 @@ <Path>pkl_d199d58b-5ef8-4d49-b270-07e590ccb280.xml</Path> <VolumeIndex>1</VolumeIndex> <Offset>0</Offset> - <Length>1186</Length> + <Length>1380</Length> </Chunk> </ChunkList> </Asset> diff --git a/test/ref/DCP/dcp_test2/pkl_d199d58b-5ef8-4d49-b270-07e590ccb280.xml b/test/ref/DCP/dcp_test2/pkl_d199d58b-5ef8-4d49-b270-07e590ccb280.xml index d1162163..44da5c43 100644 --- a/test/ref/DCP/dcp_test2/pkl_d199d58b-5ef8-4d49-b270-07e590ccb280.xml +++ b/test/ref/DCP/dcp_test2/pkl_d199d58b-5ef8-4d49-b270-07e590ccb280.xml @@ -12,6 +12,7 @@ <Hash>6F7kAEYbNdv6gz6PG5JcMjGF8kU=</Hash> <Size>1686</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>BUpeFS6X9j+X0z2TZWSsLMT4pE0=</Hash> <Size>63160</Size> <Type>application/mxf</Type> + <OriginalFileName>video.mxf</OriginalFileName> </Asset> <Asset> <Id>urn:uuid:fc843acc-1ad9-4808-b9ed-33f5319e047d</Id> @@ -26,6 +28,7 @@ <Hash>3PtaGoYcvBdq5WYiK0cmeDwm8d0=</Hash> <Size>161326</Size> <Type>application/mxf</Type> + <OriginalFileName>audio.mxf</OriginalFileName> </Asset> </AssetList> </PackingList> |
