mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +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": {
|
||||
"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,
|
||||
|
|
Loading…
Reference in a new issue