summaryrefslogtreecommitdiff
path: root/gst/gstsystemclock.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-27Port gtk-doc comments to their equivalent markdown syntaxThibault Saunier1-0/+1
2016-06-29systemclock: Improve GstPoll handling and don't check for impossible errno va...Sebastian Dröge1-22/+12
2016-02-10systemclock: Fix wait/unschedule raceStian Selnes1-1/+3
2016-02-10systemclock: handle unschedule of late entriesThiago Santos1-13/+25
2016-01-20systemclock: fixed race condition in handling alarmsFlorin Apostol1-17/+63
2015-11-13systemclock: Use mach_time on Apple platformsHeinrich Fink1-0/+24
2014-12-01Don't compare booleans for equality to TRUE and FALSESebastian Dröge1-3/+5
2014-10-06systemclock: fix multi-thread entry status issueNicolas Huet1-9/+24
2014-07-01introspection: Assorted minor introspection and documentation fixesEvan Nemerson1-1/+1
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2013-11-11systemclock: add Since markers for new APITim-Philipp Müller1-0/+2
2013-11-11systemclock: Add gst_system_clock_set_defaultWim Taymans1-0/+39
2013-04-09clock: Do use HAVE_CLOCK_GETTIMEРуслан Ижбулатов1-2/+2
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-07-09bus, clock: make sure these never have a floating refTim-Philipp Müller1-3/+1
2012-05-09gst: Fix compiler warnings on mingw-w64Raimo Järvi1-0/+2
2012-02-27clock: make more stuff privateWim Taymans1-40/+58
2012-02-27systemclock: make more stuff privateWim Taymans1-8/+12
2012-01-22Replace deprecated GStaticMutex with GMutexTim-Philipp Müller1-4/+4
2012-01-22Use recent GLib API unconditionally now that we depend on the latest GLibTim-Philipp Müller1-6/+1
2011-12-04Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-0/+6
2011-12-03g_thread_create() is deprecated in GLib master, use g_thread_try_new() insteadTim-Philipp Müller1-0/+6
2011-10-16fix more parent_classWim Taymans1-4/+1
2011-08-26Merge branch 'master' into 0.11Wim Taymans1-2/+2
2011-08-26tagsetter: use GST_TAG_MERGE_UNDEFINED instead of FALSEJosep Torra1-2/+2
2011-06-05Merge branch 'master' into 0.11Tim-Philipp Müller1-2/+3
2011-06-04Work around changes in g_atomic APIDavid Schleef1-2/+3
2011-05-26Merge branch 'master' into 0.11Sebastian Dröge1-0/+1
2011-05-25systemclock: Placate gcc by defining EWOULDBLOCK to somethingРуслан Ижбулатов1-0/+1
2011-05-16Merge branch 'master' into 0.11Sebastian Dröge1-3/+10
2011-05-14systemclock: Only retry writing to the socket for EAGAIN, EWOULDBLOCK and EINTRSebastian Dröge1-3/+10
2011-02-22cleanupsWim Taymans1-1/+1
2010-12-26Revert "micro-optim: if (x) is cheaper than if (x > 0) for unsigned integers"Tim-Philipp Müller1-1/+1
2010-12-07docs: gst: more gobject introspection annotationsTim-Philipp Müller1-1/+1
2010-12-03clock: make sync clock wait lockfreeWim Taymans1-83/+104
2010-12-03micro-optim: if (x) is cheaper than if (x > 0) for unsigned integersEdward Hervey1-1/+1
2010-10-13systemclock: add a missing G_PARAM_STATIC_STRINGSStefan Kost1-1/+2
2010-09-23clock: fix racy shutdown clock id leakTrond Andersen1-2/+4
2010-03-10Make code safe for -Wredundant-declsBenjamin Otte1-2/+0
2009-08-29systemclock: fix compilation of win32 codeРуслан Ижбулатов1-3/+7
2009-08-28systemclock: use preformance counters on windowsWim Taymans1-20/+64
2009-05-25clock: enable monotonic clock when we canWim Taymans1-2/+12
2009-05-12systemclock: remove duplicate _get_type() function for GstClockTypeTim-Philipp Müller1-18/+1
2009-05-11Use new _ref_sink when we canWim Taymans1-2/+1
2009-04-04gst: Use G_DEFINE_TYPE and friends or at least g_once_init_* in the _get_type...Sebastian Dröge1-24/+1
2009-04-03Remove unused variables detected by LLVM's Clang static analyzer.Edward Hervey1-2/+0
2009-03-27clock: wakeup the async thread a bit moreWim Taymans1-0/+2
2009-03-26clock: make UNSCHEDULED checks threadsafeWim Taymans1-6/+28
2009-03-26clock: remove pending async wakeup soonerWim Taymans1-8/+8
2009-03-26clock: add some more comments.Wim Taymans1-1/+3