audiobasesink: Print signed time offset as a signed number
authorSebastian Dröge <sebastian@centricular.com>
Wed, 8 Nov 2017 17:24:31 +0000 (19:24 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 8 Nov 2017 17:24:55 +0000 (19:24 +0200)
gst-libs/gst/audio/gstaudiobasesink.c

index 6c0e7c9..ff4e4e2 100644 (file)
@@ -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;