Skip to content

Commit 8058422

Browse files
committed
Change MIL implementation checks fields name
Signed-off-by: Maxime Gervais <gervais.maxime@gmail.com>
1 parent 5fc63d0 commit 8058422

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

Source/Common/XsltPolicy.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -717,9 +717,9 @@ int XsltPolicy::create_rule_from_media_track_child(xmlNodePtr node, const std::s
717717
|| name == "Delay"
718718
|| name == "Count"
719719
|| name == "CodecID_Url"
720-
|| name == "Errors"
721-
|| name == "Warnings"
722-
|| name == "Infos")
720+
|| name == "ConformanceErrors"
721+
|| name == "ConformanceWarnings"
722+
|| name == "ConformanceInfos")
723723
continue;
724724

725725
if(xmlChildElementCount(child))

0 commit comments

Comments
 (0)