gst/avi/gstavidemux.c: Erm, the buffer-size is just guint, no need for the special...
authorStefan Kost <ensonic@users.sourceforge.net>
Sun, 16 Mar 2008 15:01:07 +0000 (15:01 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Sun, 16 Mar 2008 15:01:07 +0000 (15:01 +0000)
Original commit message from CVS:
* gst/avi/gstavidemux.c:
Erm, the buffer-size is just guint, no need for the special format
specifier.

ChangeLog
gst/avi/gstavidemux.c

index badd5fc..a74776d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-03-16  Stefan Kost  <ensonic@users.sf.net>
+
+       * gst/avi/gstavidemux.c:
+         Erm, the buffer-size is just guint, no need for the special format
+         specifier.
+
 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
 
        * gst/goom/plugin_info.c:
index b515e06..99f6a2f 100644 (file)
@@ -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);