mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-09-01 09:13:48 +00:00
webrtcsink: Fix typo in doc comment for web-server-path
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2487>
This commit is contained in:
parent
bbfe378e33
commit
83ed0bed76
1 changed files with 1 additions and 1 deletions
|
@ -4728,7 +4728,7 @@ impl ObjectImpl for BaseWebRTCSink {
|
|||
.default_value(DEFAULT_WEB_SERVER_KEY)
|
||||
.build(),
|
||||
/**
|
||||
* GstBaseWebRTCSink:web-server-key:
|
||||
* GstBaseWebRTCSink:web-server-path:
|
||||
*
|
||||
* The root path for the web server when #GstBaseWebRTCSink:run-web-server
|
||||
* is TRUE.
|
||||
|
|
Loading…
Reference in a new issue