mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-09-03 02:03:48 +00:00
awstranslate: fix docstring
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2221>
This commit is contained in:
parent
492ef81010
commit
9a784d5979
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue