mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-17 22:06:41 +00:00
audiobasesink: Print signed time offset as a signed number
This commit is contained in:
parent
9bbcccc21e
commit
b9aaa7f4f2
1 changed files with 1 additions and 1 deletions
|
@ -2041,7 +2041,7 @@ gst_audio_base_sink_render (GstBaseSink * bsink, GstBuffer * buf)
|
|||
|
||||
if (G_UNLIKELY (time_offset != 0)) {
|
||||
GST_DEBUG_OBJECT (sink,
|
||||
"apply time offset %" GST_TIME_FORMAT, GST_TIME_ARGS (time_offset));
|
||||
"apply time offset %" GST_STIME_FORMAT, GST_STIME_ARGS (time_offset));
|
||||
|
||||
if (render_start > time_offset)
|
||||
render_start -= time_offset;
|
||||
|
|
Loading…
Reference in a new issue