aboutsummaryrefslogtreecommitdiffstats
path: root/UI/DASHPlayer.cpp
diff options
context:
space:
mode:
authorJacques Samain <jsamain+fdio@cisco.com>2017-06-26 14:11:58 +0200
committerJacques Samain <jsamain+fdio@cisco.com>2017-06-26 14:11:58 +0200
commitbd809fc04c3f9c36f8d145999e5a008ffd90a10b (patch)
treeea2575a1db9056adfbd3f4891f82829f091e60a3 /UI/DASHPlayer.cpp
parent65bb20ba5cf4ede70026142d61e728c44cc78f9c (diff)
Corrected typo
Change-Id: I85fa9fd7adedcd26cf866847b3c747f99a14f2c3 Signed-off-by: Jacques Samain <jsamain+fdio@cisco.com>
Diffstat (limited to 'UI/DASHPlayer.cpp')
-rw-r--r--UI/DASHPlayer.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/UI/DASHPlayer.cpp b/UI/DASHPlayer.cpp
index d83e4020..31db2165 100644
--- a/UI/DASHPlayer.cpp
+++ b/UI/DASHPlayer.cpp
@@ -99,19 +99,6 @@ void DASHPlayer::onSettingsChanged(int period, int videoAdaptationSet, int video
if (!this->settingsChanged(period, videoAdaptationSet, videoRepresentation, audioAdaptationSet, audioRepresentation))
return;
-// IPeriod *currentPeriod = this->multimediaManager->getMPD()->GetPeriods().at(period);
-// std::vector<IAdaptationSet *> videoAdaptationSets = AdaptationSetHelper::getVideoAdaptationSets(currentPeriod);
-// std::vector<IAdaptationSet *> audioAdaptationSets = AdaptationSetHelper::getAudioAdaptationSets(currentPeriod);
-// if (videoAdaptationSet >= 0 && videoRepresentation >= 0)
-// {
-// this->multimediaManager->setVideoQuality(currentPeriod,
-// videoAdaptationSets.at(videoAdaptationSet),
-// videoAdaptationSets.at(videoAdaptationSet)->GetRepresentation().at(videoRepresentation));
-// }
-// else
-// {
-// this->multimediaManager->setVideoQuality(currentPeriod, NULL, NULL);
-// }
this->mpdWrapper->settingsChanged(period, videoAdaptationSet, videoRepresentation, audioAdaptationSet, audioRepresentation);
this->multimediaManager->setVideoQuality();
}