[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
Fri Nov 4 23:23:33 UTC 2016
The following commit has been merged in the master branch:
commit cb798e817f8b5db8112c4a4fffb0f92c133d2639
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 7569b0b..c4f2205 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