mirror of
https://github.com/samsonjs/media.git
synced 2026-03-31 10:25:48 +00:00
Fix typo in DashManifestParser
PiperOrigin-RevId: 585017285
(cherry picked from commit 479344d74e)
This commit is contained in:
parent
4234bc7091
commit
36f634d8d1
1 changed files with 4 additions and 2 deletions
|
|
@ -648,9 +648,11 @@ public class DashManifestParser extends DefaultHandler
|
|||
}
|
||||
|
||||
/**
|
||||
* Parses children of AdaptationSet elements not specifically parsed elsewhere.
|
||||
* Parses a child of an {@link AdaptationSet} element.
|
||||
*
|
||||
* @param xpp The XmpPullParser from which the AdaptationSet child should be parsed.
|
||||
* <p>Called for child elements that are not specifically parsed elsewhere.
|
||||
*
|
||||
* @param xpp The {@link XmlPullParser} from which the child should be parsed.
|
||||
* @throws XmlPullParserException If an error occurs parsing the element.
|
||||
* @throws IOException If an error occurs reading the element.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue