summaryrefslogtreecommitdiff
path: root/gst/gstsystemclock.c
Commit message (Expand)AuthorAgeFilesLines
* systemclock: fix multi-thread entry status issueNicolas Huet2014-10-241-9/+24
* introspection: Assorted minor introspection and documentation fixesEvan Nemerson2014-07-011-1/+1
* docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller2014-04-261-2/+0
* systemclock: add Since markers for new APITim-Philipp Müller2013-11-111-0/+2
* systemclock: Add gst_system_clock_set_defaultWim Taymans2013-11-111-0/+39
* clock: Do use HAVE_CLOCK_GETTIMEРуслан Ижбулатов2013-04-091-2/+2
* Fix FSF addressTim-Philipp Müller2012-11-031-2/+2
* bus, clock: make sure these never have a floating refTim-Philipp Müller2012-07-091-3/+1
* gst: Fix compiler warnings on mingw-w64Raimo Järvi2012-05-091-0/+2
* clock: make more stuff privateWim Taymans2012-02-271-40/+58
* systemclock: make more stuff privateWim Taymans2012-02-271-8/+12
* Replace deprecated GStaticMutex with GMutexTim-Philipp Müller2012-01-221-4/+4
* Use recent GLib API unconditionally now that we depend on the latest GLibTim-Philipp Müller2012-01-221-6/+1
* Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2011-12-041-0/+6
|\
| * g_thread_create() is deprecated in GLib master, use g_thread_try_new() insteadTim-Philipp Müller2011-12-031-0/+6
* | fix more parent_classWim Taymans2011-10-161-4/+1
* | Merge branch 'master' into 0.11Wim Taymans2011-08-261-2/+2
|\ \ | |/
| * tagsetter: use GST_TAG_MERGE_UNDEFINED instead of FALSEJosep Torra2011-08-261-2/+2
* | Merge branch 'master' into 0.11Tim-Philipp Müller2011-06-051-2/+3
|\ \ | |/
| * Work around changes in g_atomic APIDavid Schleef2011-06-041-2/+3
* | Merge branch 'master' into 0.11Sebastian Dröge2011-05-261-0/+1
|\ \ | |/
| * systemclock: Placate gcc by defining EWOULDBLOCK to somethingРуслан Ижбулатов2011-05-251-0/+1
* | Merge branch 'master' into 0.11Sebastian Dröge2011-05-161-3/+10
|\ \ | |/
| * systemclock: Only retry writing to the socket for EAGAIN, EWOULDBLOCK and EINTRSebastian Dröge2011-05-141-3/+10
* | cleanupsWim Taymans2011-02-221-1/+1
|/
* Revert "micro-optim: if (x) is cheaper than if (x > 0) for unsigned integers"Tim-Philipp Müller2010-12-261-1/+1
* docs: gst: more gobject introspection annotationsTim-Philipp Müller2010-12-071-1/+1
* clock: make sync clock wait lockfreeWim Taymans2010-12-031-83/+104
* micro-optim: if (x) is cheaper than if (x > 0) for unsigned integersEdward Hervey2010-12-031-1/+1
* systemclock: add a missing G_PARAM_STATIC_STRINGSStefan Kost2010-10-131-1/+2
* clock: fix racy shutdown clock id leakTrond Andersen2010-09-231-2/+4
* Make code safe for -Wredundant-declsBenjamin Otte2010-03-101-2/+0
* systemclock: fix compilation of win32 codeРуслан Ижбулатов2009-08-291-3/+7
* systemclock: use preformance counters on windowsWim Taymans2009-08-281-20/+64
* clock: enable monotonic clock when we canWim Taymans2009-05-251-2/+12
* systemclock: remove duplicate _get_type() function for GstClockTypeTim-Philipp Müller2009-05-121-18/+1
* Use new _ref_sink when we canWim Taymans2009-05-111-2/+1
* gst: Use G_DEFINE_TYPE and friends or at least g_once_init_* in the _get_type...Sebastian Dröge2009-04-041-24/+1
* Remove unused variables detected by LLVM's Clang static analyzer.Edward Hervey2009-04-031-2/+0
* clock: wakeup the async thread a bit moreWim Taymans2009-03-271-0/+2
* clock: make UNSCHEDULED checks threadsafeWim Taymans2009-03-261-6/+28
* clock: remove pending async wakeup soonerWim Taymans2009-03-261-8/+8
* clock: add some more comments.Wim Taymans2009-03-261-1/+3
* clock: rework the wakeup of entries.Wim Taymans2009-03-261-51/+72
* clock: fix 2 wakeup races.Wim Taymans2009-03-261-0/+9
* systemclock: these warnings are serious, give more detail in the messageStefan Kost2009-03-151-2/+8
* Implement the systemclock with gstpollJonas Holmberg2009-02-031-65/+278
* gst/gstsystemclock.c: Add some more docs to explain why a FIXME was wrongly a...Wim Taymans2007-12-241-6/+8
* gst/gstbin.h: Move priv to the right place.Stefan Kost2007-09-201-1/+6
* gst/gstsystemclock.c: Fix anoying regression that survived a few releases. Wh...Wim Taymans2007-03-221-4/+16