summaryrefslogtreecommitdiff
path: root/gst/gstclock.h
AgeCommit message (Expand)AuthorFilesLines
2015-01-21clock: Add gst_clock_add_observation_unapplied()Jan Schmidt1-0/+6
2015-01-21clock: Add gst_clock_adjust_with_calibration()Jan Schmidt1-0/+6
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-07-10Remove 0.10-related documentation and "Since" markersEdward Hervey1-9/+1
2012-06-27clock: annotate GST_CLOCK_TIME_NONE with its value for g-iTim-Philipp Müller1-4/+7
2012-06-20clock: remove _full versionWim Taymans1-3/+0
2012-06-19clock: assert about timestamp overflowsWim Taymans1-2/+6
2012-06-18clock: fix compiler warningSebastian Rasmussen1-5/+5
2012-06-12introspection: add some missing annotationsEvan Nemerson1-0/+1
2012-02-27clock: make more stuff privateWim Taymans1-61/+5
2012-02-07clock: remove unimplemented stats property while we canStefan Sauer1-1/+0
2012-02-02remove TRACE_NAME from headersWim Taymans1-7/+0
2012-01-19Update for new gthread APIWim Taymans1-9/+9
2011-11-11.h: fix header filesWim Taymans1-116/+117
2011-11-04controller: move to core/gstobjectStefan Sauer1-2/+2
2011-11-04Merge branch 'master' into 0.11Wim Taymans1-0/+13
2011-11-04introspection: add Value annotations for GST_SECOND, GST_MSECOND, GST_USECOND...Peteris Krisjanis1-0/+13
2011-05-24Merge branch 'master' into 0.11Wim Taymans1-6/+13
2011-05-24clock: improve the GST_TIME_FORMAT/ARGS docsKipp Cannon1-6/+13
2011-02-22cleanupsWim Taymans1-8/+5
2011-01-24clock: API: Add function to re-init periodic GstClockIDsSebastian Dröge1-0/+4
2011-01-24docs: add missing "Since: 0.10.32" markers for GstClockMart Raudsepp1-1/+1
2010-12-03clock: make sync clock wait lockfreeWim Taymans1-1/+5
2010-12-02gstclock: New API to re-use a single shot GstClockIDEdward Hervey1-0/+3
2010-07-06clock: document that GstClockEntry should be treated as ana opaque structure.Alessandro Decina1-0/+2
2010-07-06clock: add gst_clock_id_wait_async_full.Alessandro Decina1-0/+5
2009-05-17gstclock: Fix ABI breakage on 32 bit architecturesSebastian Dröge1-3/+4
2009-05-15clock: use seqlocks to parallellize readersWim Taymans1-1/+4
2009-04-14docs: use real <note> tags as they look nice in new gtk-docStefan Kost1-4/+4
2008-05-26gst/: Fixed a bunch of typos.Peter Kjellerstedt1-16/+16
2008-04-23docs/gst/gstreamer-sections.txt: Move GParamSepc macros to standart section.Stefan Kost1-2/+2
2008-03-24Small documentation fixes. Fixes #523978.Mark Nauwelaerts1-0/+3
2008-01-09gst/gstclock.h: Cast the results from the timeval/spec_to_time macros to what...Peter Kjellerstedt1-2/+2
2007-12-11Change GST_GET_TIMESTAMP into gst_util_get_timestamp and replace all uses as ...Stefan Kost1-25/+0
2007-11-28Rename new API + ChangeLog surgery to remove old name from last entry..Stefan Kost1-5/+6
2007-11-28Now hide the different clock stuff behind a macro.Stefan Kost1-0/+24
2007-11-28Start merging in the easy bits of #361155, the monotonic clock patch.Wim Taymans1-0/+35
2007-10-03gst/gstclock.h: Fix up broken GST_CLOCK_FLAGS macro and GstClock docs. The fl...Tim-Philipp Müller1-2/+1
2007-04-05Improve _adjust_unlocked() so that it overflows less.Wim Taymans1-1/+2
2006-10-18Small docs fixes.Wim Taymans1-1/+1
2006-09-14releasing 0.10.10Thomas Vander Stichele1-2/+2
2006-08-11docs/gst/gstreamer-sections.txt: Add GstClockClass vmethod docs.Wim Taymans1-2/+22
2006-07-06gst/: Remove comma at end of enumerator list.Wim Taymans1-2/+2
2006-03-10gst/gstclock.h: Fix GST_CLOCK_TIME_IS_VALID signedness issues - we need to ca...Tim-Philipp Müller1-1/+1
2006-03-09gst/gstclock.*: Review docs.Wim Taymans1-0/+1
2006-03-06gst/gstclock.h: Show GST_CLOCK_TIME_NONE as 99:99:99.999999999Thomas Vander Stichele1-4/+8
2005-11-24check/gst/gstutils.c: Added test for scaling.Wim Taymans1-1/+1
2005-11-23check/net/gstnetclientclock.c (test_functioning): Adjust to rate_num/rate_den...Andy Wingo1-4/+17
2005-11-22gst/base/gstbasesink.*: No need to store the clock, the parent element class ...Wim Taymans1-1/+17
2005-11-21gst/: Convert Clock flags to object flags.Wim Taymans1-8/+13