Commit ab2405ed authored by Francois Cartegnie's avatar Francois Cartegnie

demux: dash: enable all profiles

parent 4e523f3d
...@@ -37,12 +37,10 @@ MPD* MPDFactory::create (dash::xml::Node *root, stream_t *p_stream, ...@@ -37,12 +37,10 @@ MPD* MPDFactory::create (dash::xml::Node *root, stream_t *p_stream,
switch( profile ) switch( profile )
{ {
case Profile::ISOOnDemand: case Profile::Unknown:
case Profile::ISOMain: break;
case Profile::ISOLive:
case Profile::MPEG2TSSimple:
parser = new IsoffMainParser(root, p_stream);
default: default:
parser = new IsoffMainParser(root, p_stream);
break; break;
} }
......
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