mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
audioparser: Let the format string agree with the parameters to fix compiler warning
This commit is contained in:
parent
6f04047f0c
commit
4cc901ed96
1 changed files with 1 additions and 1 deletions
|
@ -1586,7 +1586,7 @@ gst_base_parse_push_buffer (GstBaseParse * parse, GstBuffer * buffer)
|
|||
parse->priv->skip--;
|
||||
}
|
||||
} else {
|
||||
GST_LOG_OBJECT (parse, "frame (%d bytes) queued for now: %d",
|
||||
GST_LOG_OBJECT (parse, "frame (%d bytes) queued for now",
|
||||
GST_BUFFER_SIZE (buffer));
|
||||
parse->priv->buffers_queued =
|
||||
g_slist_prepend (parse->priv->buffers_queued, buffer);
|
||||
|
|
Loading…
Reference in a new issue