mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-09-01 09:13:48 +00:00
elevenlabssynthesizer: fix debug
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2510>
This commit is contained in:
parent
e480aebcf2
commit
98eec93dd5
1 changed files with 1 additions and 1 deletions
|
@ -520,7 +520,7 @@ impl Synthesizer {
|
|||
let delta = current_rtime - deadline;
|
||||
gst::warning!(
|
||||
CAT,
|
||||
"received running time {buffer_rtime} < current rtime {current_rtime}, shifting forward by {delta}, consider increasing latency"
|
||||
"received running time {buffer_rtime} + {upstream_min} + {our_latency} < current rtime {current_rtime}, shifting forward by {delta}, consider increasing latency"
|
||||
);
|
||||
|
||||
pts += delta;
|
||||
|
|
Loading…
Reference in a new issue