d3d11window: Invoke initial resize method from baseclass
authorSeungha Yang <seungha.yang@navercorp.com>
Fri, 10 Jan 2020 12:45:43 +0000 (21:45 +0900)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 5 Feb 2020 00:52:48 +0000 (00:52 +0000)
commitc1d2d9171d8b87863f133a94b385ade77b943aaf
treebd324fa26d81d80ca44f1d1b15c1bb5e7fc21f9f
parent7aad9187e4201f3099113809847cfd1917e4a927
d3d11window: Invoke initial resize method from baseclass

... instead of calling from subclass in order for baseclass to handle
more things between swapchain creation and resource creation.
sys/d3d11/gstd3d11window.cpp
sys/d3d11/gstd3d11window.h
sys/d3d11/gstd3d11window_corewindow.cpp
sys/d3d11/gstd3d11window_swapchainpanel.cpp
sys/d3d11/gstd3d11window_win32.cpp