webrtchttp: Fix documentation JSON

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/949>
This commit is contained in:
Sebastian Dröge 2022-12-05 12:25:50 +02:00
parent 9b964db4c9
commit 99a1e30ab0

View file

@ -7849,7 +7849,7 @@
"writable": true "writable": true
}, },
"use-link-headers": { "use-link-headers": {
"blurb": "Use link headers to configure ICE servers from the WHEP server response.", "blurb": "Use link headers to configure STUN/TURN servers if present in WHEP endpoint response.",
"conditionally-available": false, "conditionally-available": false,
"construct": false, "construct": false,
"construct-only": false, "construct-only": false,
@ -7866,14 +7866,14 @@
"construct": false, "construct": false,
"construct-only": false, "construct-only": false,
"controllable": false, "controllable": false,
"default": "video/x-vp8; video/x-h264; video/x-vp9; video/x-h265", "default": "video/x-vp8; video/x-h264; video/x-vp9; video/x-h265; video/x-av1",
"mutable": "null", "mutable": "null",
"readable": true, "readable": true,
"type": "GstCaps", "type": "GstCaps",
"writable": true "writable": true
}, },
"whep-endpoint": { "whep-endpoint": {
"blurb": "The WHEP server endpoint to POST SDP offer to. Example: http://localhost:7090/whep/endpoint/abc123", "blurb": "The WHEP server endpoint to POST SDP offer to.",
"conditionally-available": false, "conditionally-available": false,
"construct": false, "construct": false,
"construct-only": false, "construct-only": false,
@ -7956,7 +7956,7 @@
"default": "15", "default": "15",
"max": "3600", "max": "3600",
"min": "0", "min": "0",
"mutable": "ready", "mutable": "null",
"readable": true, "readable": true,
"type": "guint", "type": "guint",
"writable": true "writable": true
@ -7974,7 +7974,7 @@
"writable": true "writable": true
}, },
"use-link-headers": { "use-link-headers": {
"blurb": "Use link headers to configure ice-servers from the WHIP server response to the POST or OPTIONS request.\n If set to TRUE and the WHIP server returns valid ice-servers,\n this property overrides the ice-servers values set using the stun-server and turn-server properties.", "blurb": "Use link headers to configure ice-servers from the WHIP server response to the POST request.\n If set to TRUE and the WHIP server returns valid ice-servers,\n this property overrides the ice-servers values set using the stun-server and turn-server properties.",
"conditionally-available": false, "conditionally-available": false,
"construct": false, "construct": false,
"construct-only": false, "construct-only": false,
@ -8016,9 +8016,9 @@
"desc": "Relay: get only TURN candidate pairs", "desc": "Relay: get only TURN candidate pairs",
"name": "relay", "name": "relay",
"value": "1" "value": "1"
}, }
] ]
}, }
}, },
"package": "gst-plugin-webrtchttp", "package": "gst-plugin-webrtchttp",
"source": "gst-plugin-webrtchttp", "source": "gst-plugin-webrtchttp",