systemclock: Use mach_time on Apple platforms
authorHeinrich Fink <hfink@toolsonair.com>
Thu, 12 Nov 2015 10:26:56 +0000 (11:26 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 13 Nov 2015 08:23:44 +0000 (09:23 +0100)
commitd59022f508f850d293419d5d7bfbd1d1e959e571
tree0615bd264fdfa75d31fec6021b3bd26bcf3c0aa4
parent9f26e5cc6330457e977a39a2aa0ea770dc326a9c
systemclock: Use mach_time on Apple platforms

On iOS/OSX g_get_current_time was used by default. However, mach_time is
the preferred high-resolution monotonic clock to be used on Apple
platforms.

https://bugzilla.gnome.org/show_bug.cgi?id=758012
gst/gstsystemclock.c