From 4cc901ed96af72ee6b8d02910092312076818b0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 3 Oct 2010 23:50:29 +0200 Subject: [PATCH] audioparser: Let the format string agree with the parameters to fix compiler warning --- gst/audioparsers/gstbaseparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/audioparsers/gstbaseparse.c b/gst/audioparsers/gstbaseparse.c index f86fbb263c..e880d4781d 100644 --- a/gst/audioparsers/gstbaseparse.c +++ b/gst/audioparsers/gstbaseparse.c @@ -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);