diff options
Diffstat (limited to 'docs/plugins')
-rw-r--r-- | docs/plugins/gst_plugins_cache.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json index f2ca4f690..82491a194 100644 --- a/docs/plugins/gst_plugins_cache.json +++ b/docs/plugins/gst_plugins_cache.json @@ -221903,6 +221903,33 @@ }, "properties": {}, "rank": "none" + }, + "vp9parse": { + "author": "Seungha Yang <seungha@centricular.com>", + "description": "Parses VP9 streams", + "hierarchy": [ + "GstVp9Parse", + "GstBaseParse", + "GstElement", + "GstObject", + "GInitiallyUnowned", + "GObject" + ], + "klass": "Codec/Parser/Converter/Video", + "long-name": "VP9 parser", + "pad-templates": { + "sink": { + "caps": "video/x-vp9:\n", + "direction": "sink", + "presence": "always" + }, + "src": { + "caps": "video/x-vp9:\n parsed: true\n alignment: { (string)super-frame, (string)frame }\n", + "direction": "src", + "presence": "always" + } + }, + "rank": "secondary" } }, "filename": "gstvideoparsersbad", |