mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-01 06:01:04 +00:00
portability fixes
Original commit message from CVS: portability fixes
This commit is contained in:
parent
0f78a7e04e
commit
cfc1bc586d
1 changed files with 8 additions and 6 deletions
|
@ -138,7 +138,9 @@ gst_system_clock_wait (GstClock *clock, GstClockEntry *entry)
|
|||
target = gst_system_clock_get_internal_time (clock) +
|
||||
GST_CLOCK_ENTRY_TIME (entry) - current;
|
||||
|
||||
GST_DEBUG (GST_CAT_CLOCK, "real_target %llu, target %llu, now %llu",
|
||||
GST_DEBUG (GST_CAT_CLOCK, "real_target %" G_GUINT64_FORMAT
|
||||
" target %" G_GUINT64_FORMAT
|
||||
" now %" G_GUINT64_FORMAT,
|
||||
target, GST_CLOCK_ENTRY_TIME (entry), current);
|
||||
|
||||
if (((gint64)target) > 0) {
|
||||
|
|
Loading…
Reference in a new issue