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

Noticed this typo

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1780>
This commit is contained in:
Dave Lucia 2024-06-20 10:18:03 -04:00 committed by GStreamer Marge Bot
parent 855390bc18
commit 1cdddf713d
2 changed files with 2 additions and 2 deletions

View file

@ -3801,7 +3801,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

@ -1146,7 +1146,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")