aboutsummaryrefslogtreecommitdiffstats
path: root/UI/DASHPlayer.cpp
diff options
context:
space:
mode:
authorJacques Samain <jsamain+fdio@cisco.com>2017-06-23 18:47:47 +0200
committerJacques Samain <jsamain+fdio@cisco.com>2017-06-23 18:47:47 +0200
commit65bb20ba5cf4ede70026142d61e728c44cc78f9c (patch)
tree56a9305c0985d0abbe831675f286dfd70c67a17a /UI/DASHPlayer.cpp
parentea99c36cadfab26fe4bf523931f87132c01a54a2 (diff)
clean up: removed useless functions
Change-Id: If55237df9f9bc67b97912321b86273588f7bedd6 Signed-off-by: Jacques Samain <jsamain+fdio@cisco.com>
Diffstat (limited to 'UI/DASHPlayer.cpp')
-rw-r--r--UI/DASHPlayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/UI/DASHPlayer.cpp b/UI/DASHPlayer.cpp
index cdad7d5a..d83e4020 100644
--- a/UI/DASHPlayer.cpp
+++ b/UI/DASHPlayer.cpp
@@ -159,7 +159,7 @@ bool DASHPlayer::onDownloadMPDPressed (const std::string &url)
}
}
this->setSettings(-1, -1, -1, -1, -1);
- this->gui->setGuiFields(this->mpdWrapper->getMPD());
+ this->gui->setMPDDuration(this->mpdWrapper->getMPD());
return true;
}