omx: more printf format fixes
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 18 Apr 2013 22:07:28 +0000 (22:07 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 18 Apr 2013 22:10:13 +0000 (23:10 +0100)
commit2cbbab3128f300afc87c3a98b405b594fb09700d
tree0314b9517501cb88179f8956faa998644f2eed57
parent82807bd9dd1d0a5d070b87f7ca889804081c737e
omx: more printf format fixes

Fix printf formats again, so that gst-omx compiles warning-
free on the Raspberry Pi as well. Unfortunately OMX_UINT32
maybe be typedefed to uint32_t or unsigned long, which
doesn't work well with our debugging printf format strings,
so just use %u for those and cast to guint.
omx/gstomx.c
omx/gstomxaudioenc.c
omx/gstomxh263enc.c
omx/gstomxh264enc.c
omx/gstomxmpeg4videoenc.c
omx/gstomxvideodec.c
omx/gstomxvideoenc.c