d3d11videosink: Forward navigation event without modification
authorSeungha Yang <seungha@centricular.com>
Fri, 30 Jul 2021 16:05:47 +0000 (01:05 +0900)
committerSeungha Yang <seungha@centricular.com>
Mon, 2 Aug 2021 07:40:19 +0000 (16:40 +0900)
commit185d8d1951607b4bb6448f126a4e5d2bd90403a8
treef6b6a794ff2172902d8fb001de7e70b8c4e6d35e
parent2a7ecf17f9285cdde4b2da57b819a9bb82490c60
d3d11videosink: Forward navigation event without modification

Current implementation for translating native coordinate and
video coordinate is very wrong because d3d11videosink doesn't
understand native HWND's coordinate. That should be handled
by GstD3D11Window implementation as an enhancement.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2450>
sys/d3d11/gstd3d11videosink.cpp