From b30b938b326ad3564f2a39acfe6a1bfe0c203ca6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 15 Jan 2025 08:57:44 +0100 Subject: GroupId is SMPTE-only. --- src/pkl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/pkl.cc b/src/pkl.cc index cb654158..0200df7a 100644 --- a/src/pkl.cc +++ b/src/pkl.cc @@ -130,7 +130,7 @@ PKL::write_xml (boost::filesystem::path file, shared_ptr cxml::add_text_child(pkl, "IssueDate", _issue_date); cxml::add_text_child(pkl, "Issuer", _issuer); cxml::add_text_child(pkl, "Creator", _creator); - if (_group_id) { + if (_group_id && _standard == Standard::SMPTE) { cxml::add_text_child(pkl, "GroupId", "urn:uuid:" + *_group_id); } -- cgit v1.2.3