[SCM] kodi-pvr-hts/master: timeshift: m_seeking must be released in the ParseSubscriptionSkip

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


The following commit has been merged in the master branch:
commit a5bf689c5d52ee70e9bdf3325f9a5c1a05f75fd9
Author: Jaroslav Kysela <perex at perex.cz>
Date:   Sun Dec 20 10:38:12 2015 +0100

    timeshift: m_seeking must be released in the ParseSubscriptionSkip

diff --git a/src/HTSPDemuxer.cpp b/src/HTSPDemuxer.cpp
index 0c34342..ae1fc3b 100644
--- a/src/HTSPDemuxer.cpp
+++ b/src/HTSPDemuxer.cpp
@@ -529,6 +529,7 @@ void CHTSPDemuxer::ParseSubscriptionSkip ( htsmsg_t *m )
     m_seekTime = s64 < 0 ? 1 : s64 + 1; /* it must not be zero! */
   }
   Flush(); /* flush old packets (with wrong pts) */
+  m_seeking = false;
   m_seekCond.Broadcast();
 }
 

-- 
kodi-pvr-hts packaging



More information about the pkg-multimedia-commits mailing list