Tweak error string

This commit is contained in:
Oliver Woodman 2015-11-17 15:32:25 +00:00
parent be95968fe2
commit 3cbb1fa1b9

View File

@ -160,8 +160,7 @@ public class MediaPresentationDescriptionParser extends DefaultHandler
}
if (periods.isEmpty()) {
throw new ParserException(
"no valid periods present in media presentation description");
throw new ParserException("No periods found.");
}
return buildMediaPresentationDescription(availabilityStartTime, durationMs, minBufferTimeMs,