[Bug 772451] Broken clock_gettime and mkostemp detection with XCode 8

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Oct 5 13:49:07 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=772451

--- Comment #4 from Nirbheek Chauhan <nirbheek.chauhan at gmail.com> ---
Created attachment 336985
  --> https://bugzilla.gnome.org/attachment.cgi?id=336985&action=edit
Patch for gstreamer.git to conditionally use clock_gettime on OS X

I just remembered: we can't do that because we have to choose whether to use
clock_gettime and other new API or not depending on the minimum OS X version
we're targetting. If someone wants to only target macOS 10.12, they should be
allowed to use this new API.

See the attached patch for my approach to this.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list