Initialize the VideoToolbox software decoder during sandbox startup.
commit0310149ea1ae58f3f26808e808e0b9f53345a4fb
authorsandersd <sandersd@chromium.org>
Thu, 15 Jan 2015 02:11:54 +0000 (14 18:11 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 15 Jan 2015 02:12:39 +0000 (15 02:12 +0000)
tree9188d0367ae2949b47341ac996650d63ca1383b5
parent6390c8073e23f0a7b486c25d902d30d72662c8f6
Initialize the VideoToolbox software decoder during sandbox startup.

This works around the issue were some videos fail to play due to trying to connect to an XPC service once the sandbox is enabled by connecting to the VideoToolbox service before then. This avoids needing to add a sandbox exception to be able to create the connection later.

BUG=441009

Review URL: https://codereview.chromium.org/845523005

Cr-Commit-Position: refs/heads/master@{#311612}
content/common/gpu/media/vt_video_decode_accelerator.cc