mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
dvbsrc: print time in same format
Makes it easier to compare
This commit is contained in:
parent
d6a17cd3cc
commit
46473ac287
1 changed files with 2 additions and 2 deletions
|
@ -2291,8 +2291,8 @@ gst_dvbsrc_tune_fe (GstDvbSrc * object)
|
||||||
if (object->tuning_timeout)
|
if (object->tuning_timeout)
|
||||||
elapsed_time = GST_CLOCK_DIFF (start, gst_util_get_timestamp ());
|
elapsed_time = GST_CLOCK_DIFF (start, gst_util_get_timestamp ());
|
||||||
GST_LOG_OBJECT (object,
|
GST_LOG_OBJECT (object,
|
||||||
"Tuning. Time elapsed %" GST_STIME_FORMAT " Limit %" G_GUINT64_FORMAT,
|
"Tuning. Time elapsed %" GST_STIME_FORMAT " Limit %" GST_TIME_FORMAT,
|
||||||
GST_STIME_ARGS (elapsed_time), object->tuning_timeout);
|
GST_STIME_ARGS (elapsed_time), GST_TIME_ARGS (object->tuning_timeout));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!(status & FE_HAS_LOCK)) {
|
if (!(status & FE_HAS_LOCK)) {
|
||||||
|
|
Loading…
Reference in a new issue