omxvideodec: use the correct printf format in a debug message

This commit is contained in:
Josep Torra 2013-04-08 16:52:19 +02:00
parent c46a6a757e
commit 16cf5d77db

View file

@ -1378,7 +1378,7 @@ gst_omx_video_dec_allocate_output_buffers (GstOMXVideoDec * self)
if (err != OMX_ErrorNone) {
GST_INFO_OBJECT (self,
"Failed to configure %n output buffers: %s (0x%08x)", min,
"Failed to configure %u output buffers: %s (0x%08x)", min,
gst_omx_error_to_string (err), err);
g_list_free_full (buffers, (GDestroyNotify) gst_buffer_unref);
g_list_free (images);