d3d11decoder: Check 16K resolution support
authorSeungha Yang <seungha@centricular.com>
Fri, 17 Jun 2022 19:05:53 +0000 (04:05 +0900)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Sat, 18 Jun 2022 18:02:44 +0000 (18:02 +0000)
16K decoding is supported by some GPUs

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2629>

subprojects/gst-plugins-bad/sys/d3d11/gstd3d11decoder.h

index 3f141f9..058f8e5 100644 (file)
@@ -122,7 +122,7 @@ typedef struct _GstDXVAResolution
 
 static const GstDXVAResolution gst_dxva_resolutions[] = {
   {1920, 1088}, {2560, 1440}, {3840, 2160}, {4096, 2160},
-  {7680, 4320}, {8192, 4320}
+  {7680, 4320}, {8192, 4320}, {15360, 8640}, {16384, 8640}
 };
 
 gboolean          gst_d3d11_decoder_util_is_legacy_device (GstD3D11Device * device);