bad: Update doc cache for waylandsink changes

A new drm-device property has been added.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3801>
This commit is contained in:
Nicolas Dufresne 2023-02-17 12:10:25 -05:00 committed by GStreamer Marge Bot
parent ed60843c1e
commit 6b103061ec

View file

@ -29628,6 +29628,18 @@
} }
}, },
"properties": { "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": { "rotate-method": {
"blurb": "rotate method", "blurb": "rotate method",
"conditionally-available": false, "conditionally-available": false,
@ -236737,6 +236749,18 @@
"type": "gchararray", "type": "gchararray",
"writable": true "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": { "fullscreen": {
"blurb": "Whether the surface should be made fullscreen ", "blurb": "Whether the surface should be made fullscreen ",
"conditionally-available": false, "conditionally-available": false,