From fbb779216cd731ee27256f2d34aadbe56fd53ad0 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Sun, 16 Mar 2008 15:01:07 +0000 Subject: gst/avi/gstavidemux.c: Erm, the buffer-size is just guint, no need for the special format specifier. Original commit message from CVS: * gst/avi/gstavidemux.c: Erm, the buffer-size is just guint, no need for the special format specifier. --- gst/avi/gstavidemux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/avi') diff --git a/gst/avi/gstavidemux.c b/gst/avi/gstavidemux.c index b515e06c..99f6a2fb 100644 --- a/gst/avi/gstavidemux.c +++ b/gst/avi/gstavidemux.c @@ -1767,7 +1767,7 @@ gst_avi_demux_stream_index (GstAviDemux * avi, avi->sinkpad, &offset, &tag, &buf) != GST_FLOW_OK) return; - GST_INFO ("will parse index chunk size %" G_GUINT32_FORMAT " for tag %" + GST_INFO ("will parse index chunk size %u for tag %" GST_FOURCC_FORMAT, GST_BUFFER_SIZE (buf), GST_FOURCC_ARGS (tag)); gst_avi_demux_parse_index (avi, buf, index); -- cgit