From b2ccdee3cff6ee0304c21a3e419c3210ef2061d1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 14 Apr 2021 09:56:21 +0200 Subject: Improve handling of image subtitle IDs in XML (DoM bug #1965) When reading/writing the XML for image subtitles, we assumed that the content of the tag is just the ID of the PNG in the MXF, without any prefix. DoM bug #1965 mentions a DCP where this is not the case, and SMPTE 429-5-2009 has an example where there is urn:uuid: in the XML. This change makes DoM write this urn:uuid: prefix, and accept it if it's present (but not complain if it's not). If the urn:uuid: _is_ required in the field, it's a bit surprising that nobody has complained up to this point. Maybe nobody noticed, or nobody reported it. Cherry-picked from 098007a1ee6a46b6ff11398f94faff5c85951da4 in master. --- test/data/subs.mxf | Bin 62859 -> 62928 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'test/data') diff --git a/test/data/subs.mxf b/test/data/subs.mxf index ec208dce..9e93251f 100644 Binary files a/test/data/subs.mxf and b/test/data/subs.mxf differ -- cgit v1.2.3