mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 08:55:33 +00:00
va: Update plugin cache.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2522>
This commit is contained in:
parent
045b6f5ea3
commit
a8c658d5b7
1 changed files with 29 additions and 37 deletions
|
@ -227831,6 +227831,7 @@
|
|||
"description": "VA-API based H.264 video encoder",
|
||||
"hierarchy": [
|
||||
"GstVaH264Enc",
|
||||
"GstVaBaseEnc",
|
||||
"GstVideoEncoder",
|
||||
"GstElement",
|
||||
"GstObject",
|
||||
|
@ -228069,18 +228070,6 @@
|
|||
"type": "guint",
|
||||
"writable": true
|
||||
},
|
||||
"rate-control": {
|
||||
"blurb": "The desired rate control mode for the encoder",
|
||||
"conditionally-available": false,
|
||||
"construct": true,
|
||||
"construct-only": false,
|
||||
"controllable": false,
|
||||
"default": "cbr (2)",
|
||||
"mutable": "null",
|
||||
"readable": true,
|
||||
"type": "GstVaEncoderRateControl",
|
||||
"writable": true
|
||||
},
|
||||
"ref-frames": {
|
||||
"blurb": "Number of reference frames, including both the forward and the backward",
|
||||
"conditionally-available": false,
|
||||
|
@ -228311,6 +228300,34 @@
|
|||
"filename": "gstva",
|
||||
"license": "LGPL",
|
||||
"other-types": {
|
||||
"GstVaBaseEnc": {
|
||||
"hierarchy": [
|
||||
"GstVaBaseEnc",
|
||||
"GstVideoEncoder",
|
||||
"GstElement",
|
||||
"GstObject",
|
||||
"GInitiallyUnowned",
|
||||
"GObject"
|
||||
],
|
||||
"interfaces": [
|
||||
"GstPreset"
|
||||
],
|
||||
"kind": "object",
|
||||
"properties": {
|
||||
"device-path": {
|
||||
"blurb": "DRM device path",
|
||||
"conditionally-available": false,
|
||||
"construct": false,
|
||||
"construct-only": false,
|
||||
"controllable": false,
|
||||
"default": "NULL",
|
||||
"mutable": "null",
|
||||
"readable": true,
|
||||
"type": "gchararray",
|
||||
"writable": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"GstVaBaseTransform": {
|
||||
"hierarchy": [
|
||||
"GstVaBaseTransform",
|
||||
|
@ -228342,31 +228359,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"GstVaEncoderRateControl": {
|
||||
"kind": "enum",
|
||||
"values": [
|
||||
{
|
||||
"desc": "Constant Bitrate",
|
||||
"name": "cbr",
|
||||
"value": "2"
|
||||
},
|
||||
{
|
||||
"desc": "Variable Bitrate",
|
||||
"name": "vbr",
|
||||
"value": "4"
|
||||
},
|
||||
{
|
||||
"desc": "Video Conferencing Mode (Non HRD compliant)",
|
||||
"name": "vcm",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"desc": "Constant Quantizer",
|
||||
"name": "cqp",
|
||||
"value": "16"
|
||||
}
|
||||
]
|
||||
},
|
||||
"GstVaFeature": {
|
||||
"kind": "enum",
|
||||
"values": [
|
||||
|
|
Loading…
Reference in a new issue