summaryrefslogtreecommitdiff
path: root/gst/gstclock.c
Commit message (Expand)AuthorAgeFilesLines
* introspection: add missing (nullable) annotations to return valuesEvan Nemerson2014-06-261-2/+3
* docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller2014-04-261-2/+0
* clock: simplify internal gst_clock_return_get_name() helperTim-Philipp Müller2013-08-141-23/+22
* clock: debug the clock return valuesWim Taymans2013-07-261-1/+32
* Fix FSF addressTim-Philipp Müller2012-11-031-2/+2
* Remove 0.10-related documentation and "Since" markersEdward Hervey2012-07-101-9/+0
* clock: make abstractWim Taymans2012-07-091-1/+1
* bus, clock: make sure these never have a floating refTim-Philipp Müller2012-07-091-0/+3
* clock: remove _full versionWim Taymans2012-06-201-29/+3
* introspection: assorted introspection and documentation fixesEvan Nemerson2012-06-181-13/+13
* docs: update more documentationWim Taymans2012-03-291-7/+31
* review some docsWim Taymans2012-03-281-1/+1
* clock: make more stuff privateWim Taymans2012-02-271-84/+145
* clock: remove method declaration tooWim Taymans2012-02-081-2/+0
* clock: remove unimplemented stats property while we canStefan Sauer2012-02-071-25/+0
* remove TRACE_NAME from headersWim Taymans2012-02-021-2/+1
* trace: rework alloc tracingWim Taymans2012-01-271-3/+3
* Update for new gthread APIWim Taymans2012-01-191-4/+4
* Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2011-12-041-0/+1
|\
| * Work around deprecated thread API in glib masterTim-Philipp Müller2011-12-041-0/+1
* | .h: fix header filesWim Taymans2011-11-111-5/+5
* | fix more parent_classWim Taymans2011-10-161-4/+1
* | cleanupsWim Taymans2011-02-221-20/+4
|/
* clock: fix parameter docsWim Taymans2011-02-101-1/+1
* clock: API: Add function to re-init periodic GstClockIDsSebastian Dröge2011-01-241-1/+25
* docs: add missing "Since: 0.10.32" markers for GstClockMart Raudsepp2011-01-241-0/+2
* Revert "micro-optim: if (x) is cheaper than if (x > 0) for unsigned integers"Tim-Philipp Müller2010-12-261-1/+1
* gst: documentation fixups and annotationEdward Hervey2010-12-171-3/+3
* docs: gst: more gobject introspection annotationsTim-Philipp Müller2010-12-071-13/+20
* clock: init variables in _reinit()Wim Taymans2010-12-031-0/+2
* clock: make sync clock wait lockfreeWim Taymans2010-12-031-0/+2
* micro-optim: if (x) is cheaper than if (x > 0) for unsigned integersEdward Hervey2010-12-031-1/+1
* gstclock: New API to re-use a single shot GstClockIDEdward Hervey2010-12-021-0/+37
* clock: remove unnecessary g_object_notify() callTim-Philipp Müller2010-10-071-1/+0
* clock: use the new gst_clock_id_wait_async_full.Alessandro Decina2010-07-061-2/+3
* clock: fix refcounting bug in gst_clock_set_master.Alessandro Decina2010-07-061-3/+5
* clock: add gst_clock_id_wait_async_full.Alessandro Decina2010-07-061-3/+38
* Make code safe for -Wredundant-declsBenjamin Otte2010-03-101-2/+0
* Remove GST_DEBUG_FUNCPTR where they're pointlessTim-Philipp Müller2009-10-281-4/+4
* clock: remove assertionWim Taymans2009-05-251-1/+0
* docs: fix gtk-doc warningsStefan Kost2009-05-221-1/+1
* docs: update docs for stream_time->running_timeWim Taymans2009-05-211-4/+4
* gstclock: Fix ABI breakage on 32 bit architecturesSebastian Dröge2009-05-171-5/+5
* clock: use seqlocks to parallellize readersWim Taymans2009-05-151-27/+78
* docs: xref moreStefan Kost2009-04-081-7/+7
* gst: Use G_DEFINE_TYPE and don't call g_thread_init() from class_initSebastian Dröge2009-04-041-30/+2
* clock: make UNSCHEDULED checks threadsafeWim Taymans2009-03-261-20/+0
* cleanup: remove unused variables in _class_init() and reindent.Stefan Kost2009-02-051-2/+0
* Implement the systemclock with gstpollJonas Holmberg2009-02-031-1/+1
* Improve the docs for gst_clock_id_wait_async().Stefan Kost2009-01-271-0/+3