aboutsummaryrefslogtreecommitdiffstats
path: root/Input/DASHManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Input/DASHManager.cpp')
-rw-r--r--Input/DASHManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Input/DASHManager.cpp b/Input/DASHManager.cpp
index a771572a..b3ff8305 100644
--- a/Input/DASHManager.cpp
+++ b/Input/DASHManager.cpp
@@ -141,7 +141,7 @@ int DASHManager::getBufferLevel()
bool DASHManager::canPush()
{
- this->multimediaStream->canPush();
+ return this->multimediaStream->canPush();
}
MediaObject* DASHManager::getSegment()