diff options
author | 2017-04-24 18:43:57 +0200 | |
---|---|---|
committer | 2017-04-24 18:43:57 +0200 | |
commit | 6dc10f6d3e410544b1068de2565cab2b9b8aa3ec (patch) | |
tree | 0778e45f04bbac376ac25b0383f64c01c0b95fc9 /UI | |
parent | ab05f3c8bb9112e61804515d1e06f7afec2e3fa6 (diff) |
corrections
Change-Id: I07d00ea0d02b044d543a83bca10f8e73a281f90b
Signed-off-by: Angelo Mantellini (manangel) <angelo.mantellini@irt-systemx.fr>
Diffstat (limited to 'UI')
-rw-r--r-- | UI/DASHPlayer.cpp | 4 | ||||
-rw-r--r-- | UI/DASHPlayer.h | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/UI/DASHPlayer.cpp b/UI/DASHPlayer.cpp index b87dde74..52b45b0b 100644 --- a/UI/DASHPlayer.cpp +++ b/UI/DASHPlayer.cpp @@ -371,7 +371,7 @@ void DASHPlayer::onStopped() } } else { - qDebug("wrong position"); + //qDebug("wrong position"); } } else @@ -915,7 +915,7 @@ void DASHPlayer::setRateEstimator(int rateEstimator) void DASHPlayer::error(const QtAV::AVError &e) { - qDebug("error in the player!"); + //qDebug("error in the player!"); seekVideo(0); } diff --git a/UI/DASHPlayer.h b/UI/DASHPlayer.h index 8913a843..f63dfbb5 100644 --- a/UI/DASHPlayer.h +++ b/UI/DASHPlayer.h @@ -23,7 +23,6 @@ #include "../Buffer/IBufferObserver.h" #include "../MPD/AdaptationSetHelper.h" #include "../Common/Config.h" -#include <QMessageLogger> #include <qimage.h> #include<map> #include<tuple> |