d3d11memory: Move to GArray to store texture-array status
authorSeungha Yang <seungha@centricular.com>
Sun, 4 Oct 2020 14:39:05 +0000 (23:39 +0900)
committerSeungha Yang <seungha@centricular.com>
Mon, 19 Oct 2020 16:14:27 +0000 (01:14 +0900)
commit04376397eb92c123d2ca3eda0109ffe375e8de02
tree766792f4ab2747824551e6b4f9957514d2aba435
parentbcd43acd425c5744ecf1532737e183e29ae3bfca
d3d11memory: Move to GArray to store texture-array status

The size D3D11_REQ_TEXTURE2D_ARRAY_AXIS_DIMENSION is 2048
which is too large in practice especially for a texture
of dpb

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1712>
sys/d3d11/gstd3d11memory.c