summaryrefslogtreecommitdiff
path: root/gst/gstsystemclock.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-22cleanupsWim Taymans1-1/+1
2010-12-26Revert "micro-optim: if (x) is cheaper than if (x > 0) for unsigned integers"Tim-Philipp Müller1-1/+1
2010-12-07docs: gst: more gobject introspection annotationsTim-Philipp Müller1-1/+1
2010-12-03clock: make sync clock wait lockfreeWim Taymans1-83/+104
2010-12-03micro-optim: if (x) is cheaper than if (x > 0) for unsigned integersEdward Hervey1-1/+1
2010-10-13systemclock: add a missing G_PARAM_STATIC_STRINGSStefan Kost1-1/+2
2010-09-23clock: fix racy shutdown clock id leakTrond Andersen1-2/+4
2010-03-10Make code safe for -Wredundant-declsBenjamin Otte1-2/+0
2009-08-29systemclock: fix compilation of win32 codeРуслан Ижбулатов1-3/+7
2009-08-28systemclock: use preformance counters on windowsWim Taymans1-20/+64
2009-05-25clock: enable monotonic clock when we canWim Taymans1-2/+12
2009-05-12systemclock: remove duplicate _get_type() function for GstClockTypeTim-Philipp Müller1-18/+1
2009-05-11Use new _ref_sink when we canWim Taymans1-2/+1
2009-04-04gst: Use G_DEFINE_TYPE and friends or at least g_once_init_* in the _get_type...Sebastian Dröge1-24/+1
2009-04-03Remove unused variables detected by LLVM's Clang static analyzer.Edward Hervey1-2/+0
2009-03-27clock: wakeup the async thread a bit moreWim Taymans1-0/+2
2009-03-26clock: make UNSCHEDULED checks threadsafeWim Taymans1-6/+28
2009-03-26clock: remove pending async wakeup soonerWim Taymans1-8/+8
2009-03-26clock: add some more comments.Wim Taymans1-1/+3
2009-03-26clock: rework the wakeup of entries.Wim Taymans1-51/+72
2009-03-26clock: fix 2 wakeup races.Wim Taymans1-0/+9
2009-03-15systemclock: these warnings are serious, give more detail in the messageStefan Kost1-2/+8
2009-02-03Implement the systemclock with gstpollJonas Holmberg1-65/+278
2007-12-24gst/gstsystemclock.c: Add some more docs to explain why a FIXME was wrongly a...Wim Taymans1-6/+8
2007-09-20gst/gstbin.h: Move priv to the right place.Stefan Kost1-1/+6
2007-03-22gst/gstsystemclock.c: Fix anoying regression that survived a few releases. Wh...Wim Taymans1-4/+16
2007-03-12gst/gstsystemclock.c: Defer starting the async system clock thread until the ...Jan Schmidt1-19/+44
2006-12-07gst/gstclock.c: Make period ids add the interval to the origial requested tim...René Stadler1-5/+12
2006-10-11docs/plugins/: Update element args.Wim Taymans1-1/+2
2006-08-11docs/gst/gstreamer-sections.txt: Add GstClockClass vmethod docs.Wim Taymans1-11/+18
2006-05-30gst/gstsystemclock.c: Add debug that can be enabled using a #define at the to...Jan Schmidt1-0/+21
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2006-03-09gst/gstclock.*: Review docs.Wim Taymans1-1/+2
2006-02-28gst/gstbin.c: Help the compiler a bit with type registration.Wim Taymans1-1/+1
2006-01-24gst/gstsystemclock.c: A clock entry that is scheduled for the exact time of t...Wim Taymans1-0/+2
2005-11-21gst/: Convert Clock flags to object flags.Wim Taymans1-2/+2
2005-11-21*.*: Ran scripts/update-macros. Oh yes. gst/gstobject.h (GST_OBJECT_GET_LOCK,...Andy Wingo1-15/+15
2005-11-18gst/base/gstbasesink.c: For the current position in stream time, we need to s...Wim Taymans1-0/+3
2005-10-28Doc updates.Wim Taymans1-1/+11
2005-10-15various style fixesThomas Vander Stichele1-0/+1
2005-10-15whitespace fixesThomas Vander Stichele1-5/+5
2005-10-08gst/: Small cleanups and doc updates.Wim Taymans1-2/+6
2005-09-02more docs inlinedStefan Kost1-0/+7
2005-07-11valgrind unit tests as check-local; add gst_deinitThomas Vander Stichele1-31/+26
2005-06-29gst/base/gstbasesink.c: Small debug line.Wim Taymans1-5/+5
2005-06-28gst/gstbus.c: Add debugging messages.Wim Taymans1-0/+23
2005-06-28*.c: Don't cast to GST_OBJECT when reffing or unreffing. Large source-munging...Andy Wingo1-2/+2
2005-06-20gst/gstsystemclock.c (gst_system_clock_init): Unlock the clock if its socks f...Andy Wingo1-14/+9
2005-04-28gst/: Better debugging of clocking info.Wim Taymans1-5/+6
2005-03-07First THREADED backport attempt, focusing on adding locks and making sure the...Wim Taymans1-44/+248