mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
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:
parent
ed60843c1e
commit
6b103061ec
1 changed files with 24 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue