dvbsrc: print time in same format
Makes it easier to compare
This commit is contained in:
parent
d6a17cd3cc
commit
46473ac287
@ -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…
x
Reference in New Issue
Block a user