mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-23 10:30:40 +00:00
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:
parent
4555b98aff
commit
1f0ce101eb
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue