From 1f928c6c1af0efb5a0a0071346415534a78a9657 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 18 Sep 2023 14:38:27 -0400 Subject: [PATCH] unixfd: Update gst_plugins_cache.json Sponsored-by: Netflix Inc. Part-of: --- .../docs/plugins/gst_plugins_cache.json | 107 ++++++++++++++++++ 1 file changed, 107 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 0249a2bf2b..788ed92dfc 100644 --- a/subprojects/gst-plugins-bad/docs/plugins/gst_plugins_cache.json +++ b/subprojects/gst-plugins-bad/docs/plugins/gst_plugins_cache.json @@ -237450,6 +237450,113 @@ "tracers": {}, "url": "Unknown package origin" }, + "unixfd": { + "description": "Unix file descriptor sink and source", + "elements": { + "unixfdsink": { + "author": "Xavier Claessens ", + "description": "Unix file descriptor sink", + "hierarchy": [ + "GstUnixFdSink", + "GstBaseSink", + "GstElement", + "GstObject", + "GInitiallyUnowned", + "GObject" + ], + "klass": "Sink", + "pad-templates": { + "sink": { + "caps": "ANY", + "direction": "sink", + "presence": "always" + } + }, + "properties": { + "socket-path": { + "blurb": "The path to the control socket used to control the shared memory transport. This may be modified during the NULL->READY transition", + "conditionally-available": false, + "construct": false, + "construct-only": false, + "controllable": false, + "default": "NULL", + "mutable": "ready", + "readable": true, + "type": "gchararray", + "writable": true + }, + "socket-type": { + "blurb": "The type of underlying socket", + "conditionally-available": false, + "construct": true, + "construct-only": false, + "controllable": false, + "default": "path (2)", + "mutable": "ready", + "readable": true, + "type": "GUnixSocketAddressType", + "writable": true + } + }, + "rank": "none" + }, + "unixfdsrc": { + "author": "Xavier Claessens ", + "description": "Unix file descriptor source", + "hierarchy": [ + "GstUnixFdSrc", + "GstPushSrc", + "GstBaseSrc", + "GstElement", + "GstObject", + "GInitiallyUnowned", + "GObject" + ], + "klass": "Src", + "pad-templates": { + "src": { + "caps": "ANY", + "direction": "src", + "presence": "always" + } + }, + "properties": { + "socket-path": { + "blurb": "The path to the control socket used to control the shared memory transport. This may be modified during the NULL->READY transition", + "conditionally-available": false, + "construct": false, + "construct-only": false, + "controllable": false, + "default": "NULL", + "mutable": "ready", + "readable": true, + "type": "gchararray", + "writable": true + }, + "socket-type": { + "blurb": "The type of underlying socket", + "conditionally-available": false, + "construct": true, + "construct-only": false, + "controllable": false, + "default": "path (2)", + "mutable": "ready", + "readable": true, + "type": "GUnixSocketAddressType", + "writable": true + } + }, + "rank": "none" + } + }, + "filename": "gstunixfd", + "license": "LGPL", + "other-types": {}, + "package": "GStreamer Bad Plug-ins", + "source": "gst-plugins-bad", + "tracers": {}, + "url": "Unknown package origin" + }, "uvcgadget": { "description": "gstuvcgadget plugin", "elements": {