Skip to content
Snippets Groups Projects
Commit 127ac893 authored by François Cartegnie's avatar François Cartegnie :fingers_crossed: Committed by Steve Lhomme
Browse files

demux: dash: attributes have no explicit namespace

regression by f8b95a03

refs #28862
parent dfc2363e
No related branches found
No related tags found
1 merge request!6305demux: dash: attributes have no explicit namespace
Pipeline #534370 passed with stage
in 57 minutes and 38 seconds
......@@ -114,9 +114,6 @@ void IsoffMainParser::parseMPDAttributes (MPD *mpd, xml::Node *node)
for(auto attr: attributes)
{
if(*attr.ns != NS_DASH)
continue;
if(attr.name == "mediaPresentationDuration")
{
mpd->duration.Set(IsoTime(attr.value));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment