msmith gst-plugins-good: gst-plugins-good/ gst-plugins-good/gst/qtdemux/

[email protected] Tue, 13 Jan 2009 11:09:34 -0800 (PST)
Newsgroups gmane.comp.video.gstreamer.cvs
Message-ID <[email protected]>
CVS Root:       /cvs/gstreamer
Module:         gst-plugins-good
Changes by:     msmith
Date:           Tue Jan 13 2009  19:09:34 UTC

Log message:
    Patch by: Thiago Sousa Santos <[email protected]>
    * gst/qtdemux/qtdemux.c:
      Fix format string for guint64.

Modified files:
    .               : ChangeLog
    gst/qtdemux     : qtdemux.c

Links:
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-good/ChangeLog.diff?r1=1.3894&r2=1.3895
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-good/gst/qtdemux/qtdemux.c.diff?r1=1.242&r2=1.243

====Begin Diffs====
Index: ChangeLog
===================================================================
RCS file: /cvs/gstreamer/gst-plugins-good/ChangeLog,v
retrieving revision 1.3894
retrieving revision 1.3895
diff -u -d -r1.3894 -r1.3895
--- ChangeLog	13 Jan 2009 19:04:08 -0000	1.3894
+++ ChangeLog	13 Jan 2009 19:09:17 -0000	1.3895
@@ -1,5 +1,11 @@
 2009-01-13  Michael Smith <[email protected]>
 
+	Patch by: Thiago Sousa Santos <[email protected]>
+	* gst/qtdemux/qtdemux.c:
+	  Fix format string for guint64.
+
+2009-01-13  Michael Smith <[email protected]>
 	* sys/osxaudio/Makefile.am:
 	  osxaudio plugin now requires AudioUnit framework, so link against that.
 	  Clean up tabs v spaces while I'm there.
Index: qtdemux.c
RCS file: /cvs/gstreamer/gst-plugins-good/gst/qtdemux/qtdemux.c,v
retrieving revision 1.242
retrieving revision 1.243
diff -u -d -r1.242 -r1.243
--- qtdemux.c	8 Jan 2009 18:17:13 -0000	1.242
+++ qtdemux.c	13 Jan 2009 19:09:19 -0000	1.243
@@ -1167,7 +1167,8 @@
       if (length != GST_BUFFER_SIZE (moov)) {
         GST_ELEMENT_ERROR (qtdemux, STREAM, DECODE,
             (_("This file is incomplete and cannot be played.")),
-            ("We got less than expected (received %u, wanted %u, offset %u)",
+            ("We got less than expected (received %u, wanted %u, offset %"
+                G_GUINT64_FORMAT ")",
                 GST_BUFFER_SIZE (moov), (guint) length, cur_offset));
         ret = GST_FLOW_ERROR;
         goto beach;

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword