net/webrtc: Fix turn-servers nick: user -> use

Noticed this typo

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1690>
This commit is contained in:
Dave Lucia 2024-06-20 10:18:03 -04:00 committed by Arun Raghavan
parent 2333b241f0
commit 3a949db720
2 changed files with 2 additions and 2 deletions

View file

@ -3987,7 +3987,7 @@ impl ObjectImpl for BaseWebRTCSink {
.default_value(DEFAULT_STUN_SERVER)
.build(),
gst::ParamSpecArray::builder("turn-servers")
.nick("List of TURN Servers to user")
.nick("List of TURN Servers to use")
.blurb("The TURN servers of the form <\"turn(s)://username:password@host:port\", \"turn(s)://username1:password1@host1:port1\">")
.element_spec(&glib::ParamSpecString::builder("turn-server")
.nick("TURN Server")

View file

@ -1117,7 +1117,7 @@ impl ObjectImpl for WhipServer {
.default_value(DEFAULT_STUN_SERVER)
.build(),
gst::ParamSpecArray::builder("turn-servers")
.nick("List of TURN Servers to user")
.nick("List of TURN Servers to use")
.blurb("The TURN servers of the form <\"turn(s)://username:password@host:port\", \"turn(s)://username1:password1@host1:port1\">")
.element_spec(&glib::ParamSpecString::builder("turn-server")
.nick("TURN Server")