d3d11decoder: Disable zero-copy for Qualcomm devices
authorSeungha Yang <seungha@centricular.com>
Sat, 11 Jul 2020 16:22:55 +0000 (01:22 +0900)
committerSeungha Yang <seungha@centricular.com>
Sat, 11 Jul 2020 16:40:45 +0000 (01:40 +0900)
commit495ed45d056cc4ae88c95b5587732d87382e93a1
treef67c9cc9957c6089b2a56a940d866636441169eb
parentc0e809d6b810fca1109c916e8b9ae4945caac831
d3d11decoder: Disable zero-copy for Qualcomm devices

Qualcomm driver looks buggy in zero-copy scenario. Even if we disable
zero-copy, device-to-device memory copy will be used with d3d11videosink
which should be fast enough.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1432>
sys/d3d11/gstd3d11decoder.c
sys/d3d11/gstd3d11utils.c
sys/d3d11/gstd3d11utils.h
sys/d3d11/gstd3d11window.cpp