From 7265ceef4f7d44c1f880554cfc615b366e3583f6 Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Tue, 26 Jan 2016 16:51:48 +0100 Subject: [PATCH] RateBasedAdaptationLogic: we need the adaptive namespace for SegmentTrackerEvent MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Hugo Beauzée-Luyssen --- modules/demux/adaptative/logic/RateBasedAdaptationLogic.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/demux/adaptative/logic/RateBasedAdaptationLogic.cpp b/modules/demux/adaptative/logic/RateBasedAdaptationLogic.cpp index 49c8aa07e7..6e1f0b9f11 100644 --- a/modules/demux/adaptative/logic/RateBasedAdaptationLogic.cpp +++ b/modules/demux/adaptative/logic/RateBasedAdaptationLogic.cpp @@ -34,6 +34,7 @@ #include "../tools/Debug.hpp" using namespace adaptative::logic; +using namespace adaptative; RateBasedAdaptationLogic::RateBasedAdaptationLogic (vlc_object_t *p_obj_, int w, int h) : AbstractAdaptationLogic (), -- 2.11.4.GIT