mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-26 21:41:03 +00:00
net/aws/transcriber: fix transcript-lookahead prop nick
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1136>
This commit is contained in:
parent
299e25ab3c
commit
3b3f0c1a29
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@ impl ObjectImpl for Transcriber {
|
||||||
.mutable_ready()
|
.mutable_ready()
|
||||||
.build(),
|
.build(),
|
||||||
glib::ParamSpecUInt::builder(TRANSCRIPT_LOOKAHEAD_PROPERTY)
|
glib::ParamSpecUInt::builder(TRANSCRIPT_LOOKAHEAD_PROPERTY)
|
||||||
.nick("Transcript chunk")
|
.nick("Transcript lookahead")
|
||||||
.blurb(concat!(
|
.blurb(concat!(
|
||||||
"Maximum duration in milliseconds of transcript to lookahead ",
|
"Maximum duration in milliseconds of transcript to lookahead ",
|
||||||
"before sending to translation when no separator was encountered",
|
"before sending to translation when no separator was encountered",
|
||||||
|
|
Loading…
Reference in a new issue