media/library/dash/src
olly 8bf8b44799 Fix DashManifestParser to properly skip unknown tags
Robustness fix to make sure we ignore tags with known names, but
which are nested inside of unknown tags. For example we don't want
to parse the third period in:

<Period>...</Period>
<Period>...</Period>
<CustomTag>
  <Period>...</Period>
</CustomTag>

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=217101630
2018-10-20 14:15:11 +01:00
..
main Fix DashManifestParser to properly skip unknown tags 2018-10-20 14:15:11 +01:00
test Be explicit about character set. 2018-09-12 14:58:33 +01:00