v4l2videodec: Fix 32bit only printf format
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Wed, 5 Apr 2017 13:46:31 +0000 (09:46 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Wed, 5 Apr 2017 13:46:31 +0000 (09:46 -0400)
commit3342d86d9b92cf60c419b728d10944968d77ecac
treee2987ff726e9c2e48ea04524e496aef4894a33c0
parentce5c0b8f9271c4dc0f92bea683e1141ec75dc14c
v4l2videodec: Fix 32bit only printf format

The previous patch was using %llu for 64bits printf, which is 32bit
specific. We also trace the latency in time human readable form now.
sys/v4l2/gstv4l2videodec.c