Skip to content

Commit

Permalink
[DASH] fix double base path
Browse files Browse the repository at this point in the history
  • Loading branch information
peak3d committed May 21, 2018
1 parent eb7795e commit a9dbb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/DASHTree.cpp
Expand Up @@ -616,7 +616,7 @@ start(void *data, const char *el, const char **attr)
{
ReplacePlaceHolders(dash->current_representation_->segtpl_.initialization, dash->current_representation_->id, dash->current_representation_->bandwidth_);
dash->current_representation_->flags_ |= DASHTree::Representation::INITIALIZATION;
dash->current_representation_->url_ += dash->current_representation_->segtpl_.initialization;
dash->current_representation_->url_ = dash->current_representation_->segtpl_.initialization;
dash->current_representation_->timescale_ = dash->current_representation_->segtpl_.timescale;
}
dash->currentNode_ |= MPDNODE_SEGMENTTEMPLATE;
Expand Down

0 comments on commit a9dbb2b

Please sign in to comment.