[Mux] change log message format
authorJaeyun <jy1210.jung@samsung.com>
Fri, 9 Nov 2018 09:17:25 +0000 (18:17 +0900)
committerMyungJoo Ham <myungjoo.ham@gmail.com>
Mon, 12 Nov 2018 06:10:42 +0000 (15:10 +0900)
use time format to print clock time

Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
gst/tensor_mux/gsttensormux.c

index 3602f7b..062e289 100644 (file)
@@ -332,7 +332,8 @@ gst_tensor_mux_collect_buffer (GstTensorMux * tensor_mux,
             &tensor_mux->current_time, tensor_mux->sync))
       return TRUE;
     tensor_mux->need_set_time = FALSE;
-    silent_debug ("Current Time : %lu", tensor_mux->current_time);
+    silent_debug ("Current Time : %" GST_TIME_FORMAT,
+        GST_TIME_ARGS (tensor_mux->current_time));
   }
 
   isEOS =