omxvideodec: use the correct printf format in a debug message
authorJosep Torra <n770galaxy@gmail.com>
Mon, 8 Apr 2013 14:52:19 +0000 (16:52 +0200)
committerJosep Torra <n770galaxy@gmail.com>
Mon, 8 Apr 2013 14:52:19 +0000 (16:52 +0200)
omx/gstomxvideodec.c

index 23da5db..b1ac3f2 100644 (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);