liveadder: Fix build on macosx
authorEdward Hervey <bilboed@bilboed.com>
Mon, 23 Feb 2009 14:25:03 +0000 (15:25 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Mon, 23 Feb 2009 14:25:03 +0000 (15:25 +0100)
gst/liveadder/liveadder.c

index bb4cf30..d10f54f 100644 (file)
@@ -959,7 +959,8 @@ gst_live_live_adder_chain (GstPad * pad, GstBuffer * buffer)
     GST_LOG_OBJECT (adder,
         "Timestamp discontinuity without the DISCONT flag set"
         " (expected %" GST_TIME_FORMAT ", got %" GST_TIME_FORMAT
-        " drift:%ldms)", GST_TIME_ARGS (padprivate->expected_timestamp),
+        " drift:%" G_GINT64_FORMAT "ms)",
+        GST_TIME_ARGS (padprivate->expected_timestamp),
         GST_TIME_ARGS (GST_BUFFER_TIMESTAMP (buffer)), drift / GST_MSECOND);
 
     /* We accept drifts of 10ms */