aboutsummaryrefslogtreecommitdiffstats
path: root/Input/DASHReceiver.h
diff options
context:
space:
mode:
authorJacques Samain <jsamain+fdio@cisco.com>2017-07-24 15:11:58 +0200
committerJacques Samain <jsamain+fdio@cisco.com>2017-07-24 15:11:58 +0200
commitce4d018aa8185da0bbf5445eaf54d88700f1a381 (patch)
tree161b3977d2c7a9cf265e9fde739ccae25882908b /Input/DASHReceiver.h
parent04424399a22c592a95b19dad95a958cb1566a8e2 (diff)
moving MPDFetching to MultimediaManager class, DASHReceiver might have two instances (video + audio)
Change-Id: Ifae7dab2db80d8b1a17ff7749cdfb879958cfee1 Signed-off-by: Jacques Samain <jsamain+fdio@cisco.com>
Diffstat (limited to 'Input/DASHReceiver.h')
-rw-r--r--Input/DASHReceiver.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Input/DASHReceiver.h b/Input/DASHReceiver.h
index 9d221ec5..ee2df388 100644
--- a/Input/DASHReceiver.h
+++ b/Input/DASHReceiver.h
@@ -107,7 +107,6 @@ private:
IICNConnection *conn;
IICNConnection *initConn;
THREAD_HANDLE bufferingThread;
- THREAD_HANDLE mpdFetcherThread;
bool isBuffering;
bool icn;
double icnAlpha;
@@ -123,7 +122,6 @@ private:
void DownloadInitSegmentWithoutLock();
bool InitSegmentExists(int rep);
static void* DoBuffering(void *receiver);
- static void* DoMPDFetching(void * data);
};
}
}