From d63a9340b053e76e9788c06783df95b0bb3ab66d Mon Sep 17 00:00:00 2001 From: He Junyan Date: Wed, 4 Dec 2024 23:27:37 +0800 Subject: [PATCH] Doc: Update the plugin document for h266parse Part-of: --- .../docs/plugins/gst_plugins_cache.json | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) 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 cb650a761c..b88276f0af 100644 --- a/subprojects/gst-plugins-bad/docs/plugins/gst_plugins_cache.json +++ b/subprojects/gst-plugins-bad/docs/plugins/gst_plugins_cache.json @@ -249907,6 +249907,48 @@ }, "rank": "secondary" }, + "h266parse": { + "author": "Hongcheng Zhong", + "description": "Parses H.266 streams", + "hierarchy": [ + "GstH266Parse", + "GstBaseParse", + "GstElement", + "GstObject", + "GInitiallyUnowned", + "GObject" + ], + "klass": "Codec/Parser/Converter/Video", + "pad-templates": { + "sink": { + "caps": "video/x-h266:\n", + "direction": "sink", + "presence": "always" + }, + "src": { + "caps": "video/x-h266:\n parsed: true\n stream-format: { (string)byte-stream }\n alignment: { (string)au, (string)nal }\n", + "direction": "src", + "presence": "always" + } + }, + "properties": { + "config-interval": { + "blurb": "Send VPS, SPS and PPS Insertion Interval in seconds (sprop parameter sets will be multiplexed in the data stream when detected.) (0 = disabled, -1 = send with every IDR frame)", + "conditionally-available": false, + "construct": true, + "construct-only": false, + "controllable": false, + "default": "0", + "max": "3600", + "min": "-1", + "mutable": "null", + "readable": true, + "type": "gint", + "writable": true + } + }, + "rank": "secondary" + }, "jpeg2000parse": { "author": "Aaron Boxer ", "description": "Parses JPEG 2000 files",