[Bug 771699] gst_clock_id_wait waits for too long
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sat Sep 24 16:05:48 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=771699
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |RESOLVED
Resolution|--- |NOTABUG
--- Comment #6 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
This seems to be not timer coalescing but "app nap". And this API has to be
used *by the application* to disable it:
https://developer.apple.com/reference/iokit/1659204-iopmlib.h and use the
proper assertions (like beginActivity)
Or [[NSProcessInfo processInfo] disableAutomaticTermination]
See
https://developer.apple.com/library/content/documentation/Performance/Conceptual/power_efficiency_guidelines_osx/AppNap.html
--
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