]> git.sesse.net Git - casparcg/commit
Moved flash player global mutex serialization to put_Movie instead of around CoInitia...
authorHelge Norberg <helge.norberg@gmail.com>
Tue, 5 Aug 2014 11:57:04 +0000 (13:57 +0200)
committerHelge Norberg <helge.norberg@gmail.com>
Tue, 5 Aug 2014 11:57:04 +0000 (13:57 +0200)
commita8b5d086f4d061e853be5cc45ee899547191eead
tree9fbac04aade3397d78d3a4d8c84f759acd04664b
parent949735560c40bde7c93022d3e4e255d1a40bbceb
Moved flash player global mutex serialization to put_Movie instead of around CoInitialize/CreateAxControl/DestroyAxControl. It seems that the template host does not support concurrent initialization resulting in SecurityException later on. The previous lock around CoInitialize/CreateAxControl/DestroyAxControl only seems to have reduced the likelihood of put_Movie being run concurrently.
modules/flash/producer/flash_producer.cpp