mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-24 16:18:16 +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",
|
"description": "VA-API based H.264 video encoder",
|
||||||
"hierarchy": [
|
"hierarchy": [
|
||||||
"GstVaH264Enc",
|
"GstVaH264Enc",
|
||||||
|
"GstVaBaseEnc",
|
||||||
"GstVideoEncoder",
|
"GstVideoEncoder",
|
||||||
"GstElement",
|
"GstElement",
|
||||||
"GstObject",
|
"GstObject",
|
||||||
|
@ -228069,18 +228070,6 @@
|
||||||
"type": "guint",
|
"type": "guint",
|
||||||
"writable": true
|
"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": {
|
"ref-frames": {
|
||||||
"blurb": "Number of reference frames, including both the forward and the backward",
|
"blurb": "Number of reference frames, including both the forward and the backward",
|
||||||
"conditionally-available": false,
|
"conditionally-available": false,
|
||||||
|
@ -228311,6 +228300,34 @@
|
||||||
"filename": "gstva",
|
"filename": "gstva",
|
||||||
"license": "LGPL",
|
"license": "LGPL",
|
||||||
"other-types": {
|
"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": {
|
"GstVaBaseTransform": {
|
||||||
"hierarchy": [
|
"hierarchy": [
|
||||||
"GstVaBaseTransform",
|
"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": {
|
"GstVaFeature": {
|
||||||
"kind": "enum",
|
"kind": "enum",
|
||||||
"values": [
|
"values": [
|
||||||
|
|
Loading…
Reference in a new issue