[SCM] kodi-pvr-hts/master: Merge pull request #180 from Jalle19/demuxer-threading

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Fri Nov 4 23:23:36 UTC 2016


avoid locking multiple times in CHTSPDemuxer::IsRealTimeStream()
move timeshift status method implementations to .cpp file and protect m_timeshiftStatus with the mutex (writes to the struct were already protected)
make CHTSPDemuxer::m_mutex mutable so we can lock in const methods
protect m_seekTime properly
make m_lastUse atomic since it's mostly used along other members that don't need mutex protection
ensure signal and quality info is always mutex protected
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
X-Git-Refname: refs/heads/master
X-Git-Reftype: branch
X-Git-Oldrev: 4dc398ff1337ec61dea38685719108f1cd20f7b0
X-Git-Newrev: eeb9f109b792b5b66740aea6291e663647df0b4a

The following commit has been merged in the master branch:
commit 5cd90202cc7159a51ea7b903304714fe702313de
Merge: 0b7c65cff4b6ef0a2e847f063fa24e4431b8dfb4 70570162e1fc5ca77c263f3b143e2cb237581324
Author: Sam Stenvall <Jalle19 at users.noreply.github.com>
Date:   Fri Jan 29 11:45:48 2016 +0200

    Merge pull request #180 from Jalle19/demuxer-threading
    
    Fix some potential threading issues in the demuxer


-- 
kodi-pvr-hts packaging



More information about the pkg-multimedia-commits mailing list