I tried to reproduce the problem, but the green flicker did not happen. I looked int source code. [D3D11ShareHandleImage::MaybeCreateNV12ImageAndSetData()](https://searchfox.org/mozilla-central/rev/a3a9112d4d73d1323eabbc7faa9937cd9aae6465/gfx/layers/D3D11ShareHandleImage.cpp#29) might need to handle lock like [D3D11YCbCrImage::SetData()](https://searchfox.org/mozilla-central/rev/a3a9112d4d73d1323eabbc7faa9937cd9aae6465/gfx/layers/D3D11YCbCrImage.cpp#27).
Bug 1816482 Comment 4 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
I tried to reproduce the problem, but the green flicker did not happen. Though I confirmed that D3D11ShareHandleImage::MaybeCreateNV12ImageAndSetData() was called. I looked int source code. [D3D11ShareHandleImage::MaybeCreateNV12ImageAndSetData()](https://searchfox.org/mozilla-central/rev/a3a9112d4d73d1323eabbc7faa9937cd9aae6465/gfx/layers/D3D11ShareHandleImage.cpp#29) might need to handle lock like [D3D11YCbCrImage::SetData()](https://searchfox.org/mozilla-central/rev/a3a9112d4d73d1323eabbc7faa9937cd9aae6465/gfx/layers/D3D11YCbCrImage.cpp#27).
I tried to reproduce the problem, but the green flicker did not happen. Though I confirmed that D3D11ShareHandleImage::MaybeCreateNV12ImageAndSetData() was called in RDD process. I looked int source code. [D3D11ShareHandleImage::MaybeCreateNV12ImageAndSetData()](https://searchfox.org/mozilla-central/rev/a3a9112d4d73d1323eabbc7faa9937cd9aae6465/gfx/layers/D3D11ShareHandleImage.cpp#29) might need to handle lock like [D3D11YCbCrImage::SetData()](https://searchfox.org/mozilla-central/rev/a3a9112d4d73d1323eabbc7faa9937cd9aae6465/gfx/layers/D3D11YCbCrImage.cpp#27).