sangwonl / python-mpegdash

MPEG-DASH MPD(Media Presentation Description) Parser
MIT License
104 stars 53 forks source link

Fix wrong parsing of vector-typed attribute #48

Closed sangwonl closed 2 years ago

sangwonl commented 3 years ago

It will handle the problem that @isaiah1112 mentioned on https://github.com/sangwonl/python-mpegdash/issues/15 and the issue https://github.com/sangwonl/python-mpegdash/issues/40 as well.

There was a bug in which we extract vector-type wrong. Since values_type[0] is already a type, we don't need to call type.

Please someone take a look at this PR and give some feedback. Thanks.