awstranslate: fix docstring

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2221>
This commit is contained in:
Mathieu Duponchelle 2025-05-01 23:04:43 +02:00 committed by GStreamer Marge Bot
parent 492ef81010
commit 9a784d5979

View file

@ -957,7 +957,7 @@ impl ObjectImpl for Translate {
vec![
glib::ParamSpecUInt::builder("latency")
.nick("Latency")
.blurb("Amount of milliseconds to allow AWS Polly")
.blurb("Amount of milliseconds to allow AWS translate")
.default_value(DEFAULT_LATENCY.mseconds() as u32)
.mutable_ready()
.deprecated()