diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-09-03 01:52:14 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-09-03 14:46:38 +0200 |
| commit | 1d13ce8be4df51e85b7222a7c9d357366c841a89 (patch) | |
| tree | 1be0a392051a1f520eef79778379497db800c22e /test/data/cpl_content_kind_test2.xml | |
| parent | 6740903432bca2ab447a47ac773a735d4f1f2e50 (diff) | |
Properly support ContentKind scope attribute.v1.8.26
Diffstat (limited to 'test/data/cpl_content_kind_test2.xml')
| -rw-r--r-- | test/data/cpl_content_kind_test2.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/test/data/cpl_content_kind_test2.xml b/test/data/cpl_content_kind_test2.xml new file mode 100644 index 00000000..7cdf1149 --- /dev/null +++ b/test/data/cpl_content_kind_test2.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8"?> +<CompositionPlaylist xmlns="http://www.smpte-ra.org/schemas/429-7/2006/CPL"> + <Id>urn:uuid:81fb54df-e1bf-4647-8788-ea7ba154375b</Id> + <AnnotationText></AnnotationText> + <IssueDate>2020-08-28T13:35:06+02:00</IssueDate> + <Issuer>libdcp1.6.4devel</Issuer> + <Creator>libdcp1.6.4devel</Creator> + <ContentTitleText></ContentTitleText> + <ContentKind scope="http://www.smpte-ra.org/schemas/429-16/2014/CPL-Metadata#scope/content-kind">clip</ContentKind> + <ContentVersion> + <Id>some-id</Id> + <LabelText>version 1</LabelText> + </ContentVersion> + <RatingList/> + <ReelList> + <Reel> + <Id>urn:uuid:46c3eb45-15e5-47d6-8684-d8641e4dc516</Id> + <AssetList> + <MainPicture> + <Id>urn:uuid:e98d059d-645f-4343-a30f-edc61d58b8e0</Id> + <EditRate>24 1</EditRate> + <IntrinsicDuration>24</IntrinsicDuration> + <EntryPoint>0</EntryPoint> + <Duration>24</Duration> + <Hash>JtPL3uT3jyKMLysaqgdBWQb/n2E=</Hash> + <FrameRate>24 1</FrameRate> + <ScreenAspectRatio>1998 1080</ScreenAspectRatio> + </MainPicture> + </AssetList> + </Reel> + </ReelList> +</CompositionPlaylist> |
