unixfd: Update gst_plugins_cache.json

Sponsored-by: Netflix Inc.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5328>
This commit is contained in:
Xavier Claessens 2023-09-18 14:38:27 -04:00 committed by GStreamer Marge Bot
parent f1a1901b8b
commit 1f928c6c1a

View file

@ -237450,6 +237450,113 @@
"tracers": {},
"url": "Unknown package origin"
},
"unixfd": {
"description": "Unix file descriptor sink and source",
"elements": {
"unixfdsink": {
"author": "Xavier Claessens <xavier.claessens@collabora.com>",
"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 <xavier.claessens@collabora.com>",
"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": {