From a8c658d5b74f1cbb4d1f2d2c17ebf60341757f4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Mon, 6 Jun 2022 10:56:12 +0200 Subject: [PATCH] va: Update plugin cache. Part-of: --- .../docs/plugins/gst_plugins_cache.json | 66 ++++++++----------- 1 file changed, 29 insertions(+), 37 deletions(-) diff --git a/subprojects/gst-plugins-bad/docs/plugins/gst_plugins_cache.json b/subprojects/gst-plugins-bad/docs/plugins/gst_plugins_cache.json index fd5fa20b1c..81f7f54c82 100644 --- a/subprojects/gst-plugins-bad/docs/plugins/gst_plugins_cache.json +++ b/subprojects/gst-plugins-bad/docs/plugins/gst_plugins_cache.json @@ -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": [