[SCM] kodi-pvr-hts/master: make CHTSPDemuxer::m_mutex mutable so we can lock in const methods
tiber-guest at users.alioth.debian.org
tiber-guest at users.alioth.debian.org
Fri Nov 4 23:23:35 UTC 2016
The following commit has been merged in the master branch:
commit 408dd8d011aa7013e7a16772b128e4d7f251e6b4
Author: Sam Stenvall <sam.stenvall at nordsoftware.com>
Date: Thu Jan 28 11:55:02 2016 +0200
make CHTSPDemuxer::m_mutex mutable so we can lock in const methods
diff --git a/src/Tvheadend.h b/src/Tvheadend.h
index 4747f1d..c679eb7 100644
--- a/src/Tvheadend.h
+++ b/src/Tvheadend.h
@@ -275,7 +275,7 @@ public:
void SetStreamingProfile(const std::string &profile);
private:
- P8PLATFORM::CMutex m_mutex;
+ mutable P8PLATFORM::CMutex m_mutex;
CHTSPConnection &m_conn;
P8PLATFORM::SyncedBuffer<DemuxPacket*> m_pktBuffer;
ADDON::XbmcStreamProperties m_streams;
--
kodi-pvr-hts packaging
More information about the pkg-multimedia-commits
mailing list