summaryrefslogtreecommitdiff
path: root/gst/gstsystemclock.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-07-06clean up clock lifecycle. fixes #109831Thomas Vander Stichele1-1/+11
2004-04-28A bunch of portability fixes, derived from Steve Lhomme's MSVCDavid Schleef1-1/+1
2004-04-09gst/: don't use memchunks for these objects, use malloc insteadBenjamin Otte1-1/+1
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-2/+3
2004-03-13gst-indent run on coreThomas Vander Stichele1-36/+36
2003-12-27gst/gstcaps.c: add sanity checksBenjamin Otte1-2/+2
2003-07-16some formatting and doc fixes, and make gstdebug output line upAndy Wingo1-1/+1
2003-06-29GST_DEBUG reorganization containing loads of stuff:Benjamin Otte1-5/+5
2003-05-10SysClocks need their own mutex/cond pair, as we have multiple (via subclasses...Benjamin Otte1-15/+22
2003-05-10bugfixes:Benjamin Otte1-3/+18