mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
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:
parent
f1a1901b8b
commit
1f928c6c1a
1 changed files with 107 additions and 0 deletions
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue