videojs / mpd-parser

https://videojs.github.io/mpd-parser/
Other
78 stars 54 forks source link

feat: add support for a frame-rate attribute #159

Closed gjanblaszczyk closed 2 years ago

gjanblaszczyk commented 2 years ago

It adds support for the 'FRAME-RATE' attribute. To make an mpd parser consistent with the m3u8 parser.

codecov[bot] commented 2 years ago

Codecov Report

Merging #159 (59f1ee7) into main (269e406) will increase coverage by 0.03%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #159      +/-   ##
==========================================
+ Coverage   94.30%   94.34%   +0.03%     
==========================================
  Files          18       19       +1     
  Lines         773      778       +5     
  Branches      241      242       +1     
==========================================
+ Hits          729      734       +5     
  Misses         44       44              
Impacted Files Coverage Δ
src/parseAttributes.js 100.00% <100.00%> (ø)
src/toM3u8.js 98.75% <100.00%> (+0.01%) :arrow_up:
src/utils/string.js 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us.