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:
François Laignel 2023-03-14 21:11:33 +01:00
parent 299e25ab3c
commit 3b3f0c1a29

View file

@ -459,7 +459,7 @@ impl ObjectImpl for Transcriber {
.mutable_ready()
.build(),
glib::ParamSpecUInt::builder(TRANSCRIPT_LOOKAHEAD_PROPERTY)
.nick("Transcript chunk")
.nick("Transcript lookahead")
.blurb(concat!(
"Maximum duration in milliseconds of transcript to lookahead ",
"before sending to translation when no separator was encountered",