mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
liveadder: Fix build on macosx
This commit is contained in:
parent
bde8707b65
commit
c2c1941ffc
1 changed files with 2 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue