From ee0afa29d18a4d26a51df41206f30ba12e102476 Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Mon, 13 Jan 2025 00:39:43 +0900 Subject: [PATCH] d3d12: Update docs for max-mip-levels property Part-of: --- .../docs/plugins/gst_plugins_cache.json | 58 ++++++++++++++++++- 1 file changed, 57 insertions(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-bad/docs/plugins/gst_plugins_cache.json b/subprojects/gst-plugins-bad/docs/plugins/gst_plugins_cache.json index 3492f9ac17..2e85de8d5d 100644 --- a/subprojects/gst-plugins-bad/docs/plugins/gst_plugins_cache.json +++ b/subprojects/gst-plugins-bad/docs/plugins/gst_plugins_cache.json @@ -14074,6 +14074,20 @@ "type": "gdouble", "writable": true }, + "max-mip-levels": { + "blurb": "Maximum mip levels of shader resource to create if viewport size is smaller than shader resource (0 = maximum level)", + "conditionally-available": false, + "construct": false, + "construct-only": false, + "controllable": false, + "default": "1", + "max": "65535", + "min": "0", + "mutable": "null", + "readable": true, + "type": "guint", + "writable": true + }, "method": { "blurb": "Method used for sampling", "conditionally-available": false, @@ -14767,7 +14781,7 @@ "presence": "always" }, "src": { - "caps": "video/x-raw(memory:D3D12Memory):\n format: { VUYA, RGBA, AYUV64, RGBA64_LE }\n width: [ 1, 2147483647 ]\n height: [ 1, 2147483647 ]\n framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(memory:D3D12Memory, meta:GstVideoOverlayComposition):\n format: { VUYA, RGBA, AYUV64, RGBA64_LE }\n width: [ 1, 2147483647 ]\n height: [ 1, 2147483647 ]\n framerate: [ 0/1, 2147483647/1 ]\n", + "caps": "video/x-raw(memory:D3D12Memory):\n format: { VUYA, RGBA, AYUV64, RGBA64_LE, GRAY8, GRAY16_LE }\n width: [ 1, 2147483647 ]\n height: [ 1, 2147483647 ]\n framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(memory:D3D12Memory, meta:GstVideoOverlayComposition):\n format: { VUYA, RGBA, AYUV64, RGBA64_LE, GRAY8, GRAY16_LE }\n width: [ 1, 2147483647 ]\n height: [ 1, 2147483647 ]\n framerate: [ 0/1, 2147483647/1 ]\n", "direction": "src", "presence": "always" } @@ -14928,6 +14942,20 @@ "readable": true, "type": "guint64", "writable": true + }, + "max-mip-levels": { + "blurb": "Maximum mip levels of shader resource to create if viewport size is smaller than shader resource (0 = maximum level)", + "conditionally-available": false, + "construct": false, + "construct-only": false, + "controllable": false, + "default": "1", + "max": "65535", + "min": "0", + "mutable": "null", + "readable": true, + "type": "guint", + "writable": true } }, "rank": "none" @@ -15233,6 +15261,20 @@ "type": "gdouble", "writable": true }, + "max-mip-levels": { + "blurb": "Maximum mip levels of shader resource to create if viewport size is smaller than shader resource (0 = maximum level)", + "conditionally-available": false, + "construct": false, + "construct-only": false, + "controllable": false, + "default": "1", + "max": "65535", + "min": "0", + "mutable": "null", + "readable": true, + "type": "guint", + "writable": true + }, "msaa": { "blurb": "MSAA (Multi-Sampling Anti-Aliasing) level", "conditionally-available": false, @@ -15650,6 +15692,20 @@ "type": "gdouble", "writable": true }, + "max-mip-levels": { + "blurb": "Maximum mip levels of shader resource to create if viewport size is smaller than shader resource (0 = maximum level)", + "conditionally-available": false, + "construct": false, + "construct-only": false, + "controllable": false, + "default": "1", + "max": "65535", + "min": "0", + "mutable": "null", + "readable": true, + "type": "guint", + "writable": true + }, "msaa": { "blurb": "MSAA (Multi-Sampling Anti-Aliasing) level", "conditionally-available": false,