summaryrefslogtreecommitdiff
path: root/gst/gstclock.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-05cleanup: remove unused variables in _class_init() and reindent.Stefan Kost1-2/+0
2009-02-03Implement the systemclock with gstpollJonas Holmberg1-1/+1
2009-01-27Improve the docs for gst_clock_id_wait_async().Stefan Kost1-0/+3
2008-08-25gst/gstclock.c: Add some more debugging to the clock slaving code.Wim Taymans1-0/+4
2008-05-26gst/: Fixed a bunch of typos.Peter Kjellerstedt1-27/+27
2008-05-21gst/gstclock.c: Fix debug of the new clock rate.Wim Taymans1-1/+1
2008-05-04gst/gstclock.c: Make some checks actually useful.Sebastian Dröge1-2/+2
2008-04-17gst/: Don't use g_atomic_set_int where it's not needed.Tim-Philipp Müller1-1/+1
2008-04-17gst/gstutils.*: API: Deprecate gst_atomic_int_set(), g_atomic_int_set() shoul...Sebastian Dröge1-1/+1
2008-04-01configure.ac: Require GLib 2.12.Sebastian Dröge1-10/+2
2008-03-22Define G_PARAM_STATIC_STRINGS if it's undefined (GLib < 2.13.0) and use it ev...Sebastian Dröge1-4/+6
2007-04-05Improve _adjust_unlocked() so that it overflows less.Wim Taymans1-8/+83
2007-03-29gst/gstclock.c: Move all the debug to the CLOCK category, and associate it wi...Jan Schmidt1-15/+26
2006-12-08gst/gstclock.c: Reject invalid clock times for interval of periodic ids.René Stadler1-0/+1
2006-12-07gst/gstclock.c: Make period ids add the interval to the origial requested tim...René Stadler1-3/+2
2006-10-28Typo fixes (#366212).Kjartan Maraas1-1/+1
2006-08-11docs/gst/gstreamer-sections.txt: Add GstClockClass vmethod docs.Wim Taymans1-14/+27
2006-08-11docs/design/part-qos.txt: Bring docs in line with the code. Mostly the sign o...Wim Taymans1-4/+7
2006-07-03gst/: Use GSlice when the glib we build against is >= 2.10Wim Taymans1-5/+13
2006-05-11G_OBJECT_CLASS macro usage batch cleanup, fixes #337747 for coreStefan Kost1-8/+7
2006-05-04Make sure gstprivate.h and/or config.h are always included first, otherwise s...James Andrewartha1-1/+1
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2006-03-29Small documentation updates and additions.Wim Taymans1-3/+4
2006-03-21Series of fixes for dereferenced pointers that gcc 4.1 complains about.Edward Hervey1-2/+7
2006-03-15gst/gstclock.c: Fix docs.Wim Taymans1-3/+3