summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2020-07-17 15:14:48 +1000
committerMatthew Waters <matthew@centricular.com>2020-07-20 15:56:20 +1000
commit597c1b4ec6b5f3e57a38d5cf7f0d4dc270799e7b (patch)
treefb76ec91823c9519cadb39c58e572b2a06c5dc2e /docs
parentc1093e34818aff0f45c7de88ef3f57cb6e5d7848 (diff)
webrtc: remove private properties/signals from the now public ice object
We don't want to expose all of the webrtcbin internals to the world. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1444>
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst_plugins_cache.json64
1 files changed, 1 insertions, 63 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json
index 8af14843b..2e6f110c7 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -223944,7 +223944,7 @@
"kind": "object",
"properties": {
"agent": {
- "blurb": "ICE agent in use by this object",
+ "blurb": "ICE agent in use by this object. WARNING! Accessing this property may have disastrous consequences for the operation of webrtcbin. Other ICE implementations may not have the same interface.",
"conditionally-available": false,
"construct": false,
"construct-only": false,
@@ -223954,30 +223954,6 @@
"type": "NiceAgent",
"writable": false
},
- "controller": {
- "blurb": "Whether the ICE agent is the controller or controlled. In WebRTC, the initial offerrer is the ICE controller.",
- "conditionally-available": false,
- "construct": false,
- "construct-only": false,
- "controllable": false,
- "default": "true",
- "mutable": "null",
- "readable": true,
- "type": "gboolean",
- "writable": true
- },
- "force-relay": {
- "blurb": "Force all traffic to go through a relay.",
- "conditionally-available": false,
- "construct": false,
- "construct-only": false,
- "controllable": false,
- "default": "false",
- "mutable": "null",
- "readable": true,
- "type": "gboolean",
- "writable": true
- },
"ice-tcp": {
"blurb": "Whether the agent should use ICE-TCP when gathering candidates",
"conditionally-available": false,
@@ -224001,30 +223977,6 @@
"readable": true,
"type": "gboolean",
"writable": true
- },
- "stun-server": {
- "blurb": "The STUN server of the form stun://hostname:port",
- "conditionally-available": false,
- "construct": false,
- "construct-only": false,
- "controllable": false,
- "default": "NULL",
- "mutable": "null",
- "readable": true,
- "type": "gchararray",
- "writable": true
- },
- "turn-server": {
- "blurb": "The TURN server of the form turn(s)://username:password@host:port",
- "conditionally-available": false,
- "construct": false,
- "construct-only": false,
- "controllable": false,
- "default": "NULL",
- "mutable": "null",
- "readable": true,
- "type": "gchararray",
- "writable": true
}
},
"signals": {
@@ -224038,20 +223990,6 @@
],
"return-type": "gboolean",
"when": "last"
- },
- "on-ice-candidate": {
- "args": [
- {
- "name": "arg0",
- "type": "guint"
- },
- {
- "name": "arg1",
- "type": "gchararray"
- }
- ],
- "return-type": "void",
- "when": "last"
}
}
}