From 6b103061ecb1c363a6d50b957e9acad69317b839 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Fri, 17 Feb 2023 12:10:25 -0500 Subject: [PATCH] bad: Update doc cache for waylandsink changes A new drm-device property has been added. Part-of: --- .../docs/plugins/gst_plugins_cache.json | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) 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 13a9509b6c..f16d270510 100644 --- a/subprojects/gst-plugins-bad/docs/plugins/gst_plugins_cache.json +++ b/subprojects/gst-plugins-bad/docs/plugins/gst_plugins_cache.json @@ -29628,6 +29628,18 @@ } }, "properties": { + "drm-device": { + "blurb": "Path of the DRM device to use for dumb buffer allocation", + "conditionally-available": false, + "construct": false, + "construct-only": true, + "controllable": false, + "default": "NULL", + "mutable": "null", + "readable": true, + "type": "gchararray", + "writable": true + }, "rotate-method": { "blurb": "rotate method", "conditionally-available": false, @@ -236737,6 +236749,18 @@ "type": "gchararray", "writable": true }, + "drm-device": { + "blurb": "Path of the DRM device to use for dumb buffer allocation", + "conditionally-available": false, + "construct": false, + "construct-only": true, + "controllable": false, + "default": "NULL", + "mutable": "null", + "readable": true, + "type": "gchararray", + "writable": true + }, "fullscreen": { "blurb": "Whether the surface should be made fullscreen ", "conditionally-available": false,