rtp: fix another debug log printf format warning on 32-bit systems
authorTim-Philipp Müller <tim@centricular.com>
Tue, 27 Feb 2018 13:13:49 +0000 (13:13 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 27 Feb 2018 13:13:49 +0000 (13:13 +0000)
commit7b74816f07ac7b10158aa1831f7119ee23c662ac
tree7130e72e059033d9ccf0237b18f2642961bbc66e
parentd2b51bd72713d25d77f10f059a96ca0c8b14fe46
rtp: fix another debug log printf format warning on 32-bit systems

rtpulpfeccommon.c:432:27: error: format ‘%lx’ expects argument of type
‘long unsigned int’, but argument 10 has type ‘guint64 {aka long long unsigned int}’

https://bugzilla.gnome.org/show_bug.cgi?id=793732
gst/rtp/rtpulpfeccommon.c