media/library/dash/src/main
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
..
java/com/google/android/exoplayer2/source/dash Fix DashManifestParser to properly skip unknown tags 2018-10-20 14:15:11 +01:00
AndroidManifest.xml Split DASH into a separate module 2017-03-22 19:09:04 +00:00
proguard-rules.txt Use default Deserializers if non given to DownloadManager 2018-06-28 16:18:50 +01:00