mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-23 02:26:35 +00:00
webrtchttp: Fix documentation JSON
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/949>
This commit is contained in:
parent
9b964db4c9
commit
99a1e30ab0
1 changed files with 7 additions and 7 deletions
|
@ -7849,7 +7849,7 @@
|
|||
"writable": true
|
||||
},
|
||||
"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,
|
||||
"construct": false,
|
||||
"construct-only": false,
|
||||
|
@ -7866,14 +7866,14 @@
|
|||
"construct": false,
|
||||
"construct-only": 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",
|
||||
"readable": true,
|
||||
"type": "GstCaps",
|
||||
"writable": true
|
||||
},
|
||||
"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,
|
||||
"construct": false,
|
||||
"construct-only": false,
|
||||
|
@ -7956,7 +7956,7 @@
|
|||
"default": "15",
|
||||
"max": "3600",
|
||||
"min": "0",
|
||||
"mutable": "ready",
|
||||
"mutable": "null",
|
||||
"readable": true,
|
||||
"type": "guint",
|
||||
"writable": true
|
||||
|
@ -7974,7 +7974,7 @@
|
|||
"writable": true
|
||||
},
|
||||
"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,
|
||||
"construct": false,
|
||||
"construct-only": false,
|
||||
|
@ -8016,9 +8016,9 @@
|
|||
"desc": "Relay: get only TURN candidate pairs",
|
||||
"name": "relay",
|
||||
"value": "1"
|
||||
},
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
},
|
||||
"package": "gst-plugin-webrtchttp",
|
||||
"source": "gst-plugin-webrtchttp",
|
||||
|
|
Loading…
Reference in a new issue