projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bde8707
)
liveadder: Fix build on macosx
author
Edward Hervey
<bilboed@bilboed.com>
Mon, 23 Feb 2009 14:25:03 +0000
(15:25 +0100)
committer
Edward Hervey
<bilboed@bilboed.com>
Mon, 23 Feb 2009 14:25:03 +0000
(15:25 +0100)
gst/liveadder/liveadder.c
patch
|
blob
|
history
diff --git
a/gst/liveadder/liveadder.c
b/gst/liveadder/liveadder.c
index
bb4cf30
..
d10f54f
100644
(file)
--- a/
gst/liveadder/liveadder.c
+++ b/
gst/liveadder/liveadder.c
@@
-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 */