Commit c169ce3a authored by Francois Cartegnie's avatar Francois Cartegnie

demux: dash: detect dash in raw xml with single quotes

parent 29ed18c7
......@@ -180,6 +180,9 @@ bool DOMParser::isDash (stream_t *stream)
"xmlns=\"urn:mpeg:mpegB:schema:DASH:MPD:DIS2011\"",
"xmlns=\"urn:mpeg:schema:dash:mpd:2011\"",
"xmlns=\"urn:mpeg:DASH:schema:MPD:2011\"",
"xmlns='urn:mpeg:mpegB:schema:DASH:MPD:DIS2011'",
"xmlns='urn:mpeg:schema:dash:mpd:2011'",
"xmlns='urn:mpeg:DASH:schema:MPD:2011'",
};
const uint8_t *peek;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment