summaryrefslogtreecommitdiff
path: root/gst/gstclock.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-21clock: Improve slaving regression.Jan Schmidt1-128/+4
2015-01-21clock: Add gst_clock_add_observation_unapplied()Jan Schmidt1-2/+46
2015-01-21clock: Add gst_clock_adjust_with_calibration()Jan Schmidt1-21/+55
2014-06-26introspection: add missing (nullable) annotations to return valuesEvan Nemerson1-2/+3
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2013-08-14clock: simplify internal gst_clock_return_get_name() helperTim-Philipp Müller1-23/+22
2013-07-26clock: debug the clock return valuesWim Taymans1-1/+32
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-07-10Remove 0.10-related documentation and "Since" markersEdward Hervey1-9/+0
2012-07-09clock: make abstractWim Taymans1-1/+1
2012-07-09bus, clock: make sure these never have a floating refTim-Philipp Müller1-0/+3
2012-06-20clock: remove _full versionWim Taymans1-29/+3
2012-06-18introspection: assorted introspection and documentation fixesEvan Nemerson1-13/+13
2012-03-29docs: update more documentationWim Taymans1-7/+31
2012-03-28review some docsWim Taymans1-1/+1
2012-02-27clock: make more stuff privateWim Taymans1-84/+145
2012-02-08clock: remove method declaration tooWim Taymans1-2/+0
2012-02-07clock: remove unimplemented stats property while we canStefan Sauer1-25/+0
2012-02-02remove TRACE_NAME from headersWim Taymans1-2/+1
2012-01-27trace: rework alloc tracingWim Taymans1-3/+3
2012-01-19Update for new gthread APIWim Taymans1-4/+4
2011-12-04Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-0/+1
2011-12-04Work around deprecated thread API in glib masterTim-Philipp Müller1-0/+1
2011-11-11.h: fix header filesWim Taymans1-5/+5
2011-10-16fix more parent_classWim Taymans1-4/+1
2011-02-22cleanupsWim Taymans1-20/+4
2011-02-10clock: fix parameter docsWim Taymans1-1/+1
2011-01-24clock: API: Add function to re-init periodic GstClockIDsSebastian Dröge1-1/+25
2011-01-24docs: add missing "Since: 0.10.32" markers for GstClockMart Raudsepp1-0/+2
2010-12-26Revert "micro-optim: if (x) is cheaper than if (x > 0) for unsigned integers"Tim-Philipp Müller1-1/+1
2010-12-17gst: documentation fixups and annotationEdward Hervey1-3/+3
2010-12-07docs: gst: more gobject introspection annotationsTim-Philipp Müller1-13/+20
2010-12-03clock: init variables in _reinit()Wim Taymans1-0/+2
2010-12-03clock: make sync clock wait lockfreeWim Taymans1-0/+2
2010-12-03micro-optim: if (x) is cheaper than if (x > 0) for unsigned integersEdward Hervey1-1/+1
2010-12-02gstclock: New API to re-use a single shot GstClockIDEdward Hervey1-0/+37
2010-10-07clock: remove unnecessary g_object_notify() callTim-Philipp Müller1-1/+0
2010-07-06clock: use the new gst_clock_id_wait_async_full.Alessandro Decina1-2/+3
2010-07-06clock: fix refcounting bug in gst_clock_set_master.Alessandro Decina1-3/+5
2010-07-06clock: add gst_clock_id_wait_async_full.Alessandro Decina1-3/+38
2010-03-10Make code safe for -Wredundant-declsBenjamin Otte1-2/+0
2009-10-28Remove GST_DEBUG_FUNCPTR where they're pointlessTim-Philipp Müller1-4/+4
2009-05-25clock: remove assertionWim Taymans1-1/+0
2009-05-22docs: fix gtk-doc warningsStefan Kost1-1/+1
2009-05-21docs: update docs for stream_time->running_timeWim Taymans1-4/+4
2009-05-17gstclock: Fix ABI breakage on 32 bit architecturesSebastian Dröge1-5/+5
2009-05-15clock: use seqlocks to parallellize readersWim Taymans1-27/+78
2009-04-08docs: xref moreStefan Kost1-7/+7
2009-04-04gst: Use G_DEFINE_TYPE and don't call g_thread_init() from class_initSebastian Dröge1-30/+2
2009-03-26clock: make UNSCHEDULED checks threadsafeWim Taymans1-20/+0