mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
omxvideodec: use the correct printf format in a debug message
This commit is contained in:
parent
c46a6a757e
commit
16cf5d77db
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue