aboutsummaryrefslogtreecommitdiffstats
path: root/Adaptation/AdaptationLogicFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Adaptation/AdaptationLogicFactory.cpp')
-rw-r--r--Adaptation/AdaptationLogicFactory.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Adaptation/AdaptationLogicFactory.cpp b/Adaptation/AdaptationLogicFactory.cpp
index b2cae9c1..f2029b5d 100644
--- a/Adaptation/AdaptationLogicFactory.cpp
+++ b/Adaptation/AdaptationLogicFactory.cpp
@@ -29,9 +29,9 @@ IAdaptationLogic* AdaptationLogicFactory::create(LogicType logic, viper::manager
case BufferBased:
Debug("Buffer based\n");
return new BufferBasedAdaptation(type, mpdWrapper, paramsForAdaptation);
- case BufferRateBased:
- Debug("Buffer Rate based\n");
- return new BufferBasedAdaptationWithRateBased(type, mpdWrapper, paramsForAdaptation);
+ case AdapTech:
+ Debug("AdapTech\n");
+ return new AdapTechAdaptation(type, mpdWrapper, paramsForAdaptation);
case BufferBasedThreeThreshold:
Debug("Buffer based 3 threshold\n");
return new BufferBasedThreeThresholdAdaptation(type, mpdWrapper, paramsForAdaptation);