mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-24 17:35:10 +03:00
db9a0eebec
Previously, if no XML was produced, or if it failed to have a <tt> element, we assumed that parsing had failed. This caught some failures, but not every possible failure; there are some partial failures that still return valid XML. These sorts of errors are signaled by the output containing a <parsererror> tag; this CL makes us also return an error in this case. It also corrects the documentation for XML parsing errors, which was incorrect; it seems that we had been confusing INVALID_XML and DASH_INVALID_XML for documentation. Issue #2157 Change-Id: I79716c9d2ff90ed9672eef8e54dd4019d8ca109b