summaryrefslogtreecommitdiff
path: root/ext/raw1394/gst1394clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/raw1394/gst1394clock.c')
-rw-r--r--ext/raw1394/gst1394clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/raw1394/gst1394clock.c b/ext/raw1394/gst1394clock.c
index bb6de102..3a46d152 100644
--- a/ext/raw1394/gst1394clock.c
+++ b/ext/raw1394/gst1394clock.c
@@ -127,7 +127,7 @@ gst_1394_clock_get_internal_time (GstClock * clock)
result = (((guint64) _1394clock->cycle_timer_hi) << 32) | cycle_timer;
result *= 40;
- GST_LOG_OBJECT (clock, "result %lld", result);
+ GST_LOG_OBJECT (clock, "result %" G_GINT64_FORMAT, result);
} else {
result = GST_CLOCK_TIME_NONE;
}