summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2020-07-14 13:18:25 +0200
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>2020-07-21 16:15:47 +0000
commit30a588f31ea982120d608591d9585537dc24126d (patch)
treecdec24d8be25c944c838b1d303167d4d27c4f141 /docs
parent820bbc1bce926d2296f529c3ea3592a7b2b6ce7d (diff)
downloadgstreamer-plugins-bad-30a588f31ea982120d608591d9585537dc24126d.tar.gz
docs: update plugins doc cache
Add va plugin Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1387>
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst_plugins_cache.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json
index 2e6f110c7..5ccbc346d 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -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": {