docs: update plugins doc cache

Add va plugin

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1387>
This commit is contained in:
Víctor Manuel Jáquez Leal 2020-07-14 13:18:25 +02:00 committed by GStreamer Merge Bot
parent 820bbc1bce
commit 30a588f31e

View file

@ -221253,6 +221253,46 @@
"tracers": {},
"url": "Unknown package origin"
},
"va": {
"description": "VA-API codecs plugin",
"elements": {
"vah264dec": {
"author": "Víctor Jáquez <vjaquez@igalia.com>",
"description": "VA-API based H.264 video decoder",
"hierarchy": [
"GstVaH264Dec",
"GstH264Decoder",
"GstVideoDecoder",
"GstElement",
"GstObject",
"GInitiallyUnowned",
"GObject"
],
"klass": "Codec/Decoder/Video/Hardware",
"long-name": "VA-API H.264 Decoder",
"pad-templates": {
"sink": {
"caps": "video/x-h264:\n",
"direction": "sink",
"presence": "always"
},
"src": {
"caps": "video/x-raw(memory:VAMemory):\n format: { NV12, P010_10LE }\n width: [ 1, 2147483647 ]\n height: [ 1, 2147483647 ]\n framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n format: { NV12, P010_10LE }\n width: [ 1, 2147483647 ]\n height: [ 1, 2147483647 ]\n framerate: [ 0/1, 2147483647/1 ]\n",
"direction": "src",
"presence": "always"
}
},
"rank": "none"
}
},
"filename": "gstva",
"license": "LGPL",
"other-types": {},
"package": "GStreamer Bad Plug-ins",
"source": "gst-plugins-bad",
"tracers": {},
"url": "Unknown package origin"
},
"videofiltersbad": {
"description": "Video filters in gst-plugins-bad",
"elements": {