streaming-video-technology-alliance / common-media-library

A common library for media playback in JavaScript
Other
41 stars 2 forks source link

Incorrect return type for decodeCmsdDynamic function #55

Closed littlespex closed 9 months ago

littlespex commented 10 months ago

Describe the bug The return type for decodeCmsdDynamic is incorrect. While CmsdDynamic[] is the correct name, under the hood its resolves to CMSD dynamics params object when it should be an object with value and params fields.