[Gstreamer-bugs] [Bug 116618] Changed - desynchronized clock?

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Thu Jul 3 05:33:00 PDT 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=116618

Changed by laurent at datarescue.be.

--- shadow/116618	Thu Jul  3 07:15:43 2003
+++ shadow/116618.tmp.26394	Thu Jul  3 08:33:00 2003
@@ -66,6 +66,15 @@
 three seconds is far too much. I don't think the clock is broken, your
 test case simply can't hold it. To fix this, use %ulld (on 32bit
 platforms) or %uld (on 64bit platforms), this can also be typed as
 G_GUINT64_FORMAT (a glib macro for this), and don't cast the return
 value to an integer in g_print(). Then, it should work. If it doesn't
 please reopen. For now, I'll mark this as a non-bug.
+
+------- Additional Comments From laurent at datarescue.be  2003-07-03 08:32 -------
+You're right, sorry to have posted this stupid think, I should have
+noticed it before ;-)
+
+BTW, it seems that %uld | %ulld don't work on my system, but %llu
+(~G_GUINT64_FORMAT) does.  Maybe it's related to the BSD C library.
+
+Anyway, thank you for your fast feedback.





More information about the Gstreamer-bugs mailing list