summaryrefslogtreecommitdiff
path: root/docs/plugins/gst_plugins_cache.json
diff options
context:
space:
mode:
Diffstat (limited to 'docs/plugins/gst_plugins_cache.json')
-rw-r--r--docs/plugins/gst_plugins_cache.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json
index fe3f21bf9..77b2eb416 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -9184,6 +9184,42 @@
"rank": "none",
"signals": {}
},
+ "videocodectestsink": {
+ "author": "Nicolas Dufresne <nicolas.dufresne@collabora.com",
+ "description": "Sink to test video CODEC conformance",
+ "hierarchy": [
+ "GstVideoCodecTestSink",
+ "GstBaseSink",
+ "GstElement",
+ "GstObject",
+ "GInitiallyUnowned",
+ "GObject"
+ ],
+ "klass": "Debug/video/Sink",
+ "long-name": "Video CODEC Test Sink",
+ "pad-templates": {
+ "sink": {
+ "caps": "video/x-raw:\n format: { I420, I420_10LE, NV12 }\n",
+ "direction": "sink",
+ "presence": "always"
+ }
+ },
+ "properties": {
+ "location": {
+ "blurb": "File path to store non-padded I420 stream (optional).",
+ "conditionally-available": false,
+ "construct": false,
+ "construct-only": false,
+ "controllable": false,
+ "default": "NULL",
+ "mutable": "null",
+ "readable": true,
+ "type": "gchararray",
+ "writable": true
+ }
+ },
+ "rank": "none"
+ },
"watchdog": {
"author": "David Schleef <ds@schleef.org>",
"description": "Watches for pauses in stream buffers",