omxvideoenc: Fix compiler warning
authorSebastian Dröge <sebastian@centricular.com>
Fri, 7 Apr 2017 11:27:23 +0000 (14:27 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 7 Apr 2017 11:27:23 +0000 (14:27 +0300)
commit812e24b06f159bee774255856c6d763e8025d8ee
tree3ae855fb116db9e1957a1ac15d68e8d97115ea93
parent8fd5d04fefd3bcbc013e52042b7645183e327597
omxvideoenc: Fix compiler warning

gstomxvideoenc.c: In function ‘gst_omx_video_enc_fill_buffer’:
  CC       libgstomx_la-gstomxaacdec.lo
gstomxvideoenc.c:1316:27: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 8 has type ‘OMX_U32 {aka long unsigned int}’ [-Wformat=]
     GST_LOG_OBJECT (self, "Matched strides - direct copy %u bytes",
                           ^
         outbuf->omx_buf->nFilledLen);
         ~~~~~~~~~~~~~~~~~~
omx/gstomxvideoenc.c