awstranscriber: Tone down log message

It's not an ERROR case at all

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1263>
This commit is contained in:
Seungha Yang 2023-06-28 23:55:46 +09:00
parent 4555b98aff
commit 1f0ce101eb

View file

@ -67,7 +67,7 @@ impl TranscriptItem {
let end_time =
((item.end_time * 1_000_000_000.0) as u64).nseconds() + lateness + discont_offset;
gst::error!(CAT, "Discont offset is {discont_offset}");
gst::log!(CAT, "Discont offset is {discont_offset}");
Some(TranscriptItem {
pts: start_time,