[SCM] kodi-pvr-hts/master: HTSPDemuxer: fix m_seekTime race in CHTSPDemuxer::Seek, fixes #188

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Wed Mar 2 23:02:01 UTC 2016


The following commit has been merged in the master branch:
commit 3274354511e970e2101c2aa437001b2f245f80da
Author: Jaroslav Kysela <perex at perex.cz>
Date:   Sun Jan 31 17:34:51 2016 +0100

    HTSPDemuxer: fix m_seekTime race in CHTSPDemuxer::Seek, fixes #188

diff --git a/src/HTSPDemuxer.cpp b/src/HTSPDemuxer.cpp
index 1fe4730..a6e1f12 100644
--- a/src/HTSPDemuxer.cpp
+++ b/src/HTSPDemuxer.cpp
@@ -162,6 +162,7 @@ bool CHTSPDemuxer::Seek
   if (!m_subscription.IsActive())
     return false;
 
+  m_seekTime = 0;
   m_seeking = true;
   if (!m_subscription.SendSeek(time)) {
     m_seeking = false;

-- 
kodi-pvr-hts packaging



More information about the pkg-multimedia-commits mailing list