auto convert_time = time_converter_->timeToNs_(time);
- TRACKRENDERER_INFO("[%p] > target %" PRIu64 " %s rate [%lf] mute [%d]",
- this, convert_time, time_converter_->timeUnitCStr_(),
- playback_rate, audio_mute);
+ TRACKRENDERER_INFO("[%p] > target %" PRIu64 " ns rate [%lf] mute [%d]",
+ this, convert_time, playback_rate, audio_mute);
if (!pipeline_->Seek(playback_rate, GST_FORMAT_TIME,
(GstSeekFlags)(GST_SEEK_FLAG_FLUSH), GST_SEEK_TYPE_SET,
convert_time, GST_SEEK_TYPE_NONE,
GST_CLOCK_TIME_NONE)) {
- TRACKRENDERER_ERROR("[%p] > Fail to seek to [%" PRIu64 "] %s",
- this, convert_time, time_converter_->timeUnitCStr_());
+ TRACKRENDERER_ERROR("[%p] > Fail to seek to [%" PRIu64 "] ns",
+ this, convert_time);
}
is_seeking_ = true;