diff --git a/mpd/mpd.go b/mpd/mpd.go index 57ac6ee..c3a87b8 100644 --- a/mpd/mpd.go +++ b/mpd/mpd.go @@ -124,7 +124,7 @@ type CommonAttributesAndElements struct { ContentProtection []ContentProtectioner `xml:"ContentProtection,omitempty"` EssentialProperty []DescriptorType `xml:"EssentialProperty,omitempty"` SupplementalProperty []DescriptorType `xml:"SupplementalProperty,omitempty"` - InbandEventStream *DescriptorType `xml:"inbandEventStream,attr"` + InbandEventStream []DescriptorType `xml:"InbandEventStream,omitempty"` } type contentProtections []ContentProtectioner