Skip to content

Fix #2547 - do not reject empty TTML docs as invalid

Vinay Rosenberg requested to merge github/fork/davemevans/2547 into development

Created by: davemevans

Have TTMLParser return an empty array of captions when the TTML document is valid but contains nothing to display (ie empty samples to maintain the timeline). Still throw an error if there was one.

I have not tested that it does not regress #2527 as I do not have access to Edge.

IMO this should be included in the upcoming release as it is a serious regression.

Merge request reports