splitmuxsink: fix printf format compiler warning in debug message
authorTim-Philipp Müller <tim@centricular.com>
Sun, 21 Aug 2016 23:05:52 +0000 (00:05 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 21 Aug 2016 23:07:51 +0000 (00:07 +0100)
commit78bb4cc7e2a0c8570cee25788730b114af9dbfd5
tree8998cbe7afd9b1405e1f100c655eb3d12d81405c
parentb09f478e80d55265f48d7e575e0791c46c2699cd
splitmuxsink: fix printf format compiler warning in debug message

On 32-bit x86: gstsplitmuxsink.c:966:31: warning: format ‘%u’ expects
argument of type ‘unsigned int’, but argument 9 has type
‘guint64 {aka long long unsigned int}’
gst/multifile/gstsplitmuxsink.c