various style fixes
[platform/upstream/gstreamer.git] / gst / gstsystemclock.c
2005-10-15 Thomas Vander Stichelevarious style fixes
2005-10-15 Thomas Vander Stichelewhitespace fixes
2005-10-08 Wim Taymansgst/: Small cleanups and doc updates.
2005-09-02 Stefan Kostmore docs inlined
2005-07-11 Thomas Vander Stichelevalgrind unit tests as check-local; add gst_deinit
2005-06-29 Wim Taymansgst/base/gstbasesink.c: Small debug line.
2005-06-28 Wim Taymansgst/gstbus.c: Add debugging messages.
2005-06-28 Andy Wingo*.c: Don't cast to GST_OBJECT when reffing or unreffing...
2005-06-20 Andy Wingogst/gstsystemclock.c (gst_system_clock_init): Unlock...
2005-04-28 Wim Taymansgst/: Better debugging of clocking info.
2005-03-07 Wim TaymansFirst THREADED backport attempt, focusing on adding...
2004-07-06 Thomas Vander Sticheleclean up clock lifecycle. fixes #109831
2004-04-28 David SchleefA bunch of portability fixes, derived from Steve Lhomme...
2004-04-09 Benjamin Ottegst/: don't use memchunks for these objects, use malloc...
2004-03-15 Thomas Vander Sticheledon't mix tabs and spaces
2004-03-13 Thomas Vander Stichelegst-indent run on core
2003-12-27 Benjamin Ottegst/gstcaps.c: add sanity checks
2003-07-16 Andy Wingosome formatting and doc fixes, and make gstdebug output...
2003-06-29 Benjamin OtteGST_DEBUG reorganization containing loads of stuff:
2003-05-10 Benjamin OtteSysClocks need their own mutex/cond pair, as we have...
2003-05-10 Benjamin Ottebugfixes:
2003-02-02 Wim Taymans- Small cleanups
2003-02-01 David SchleefConvert %lld and %llu in printf formats to G_G[U]INT64_...
2003-01-17 Wim Taymans- sink the systemclock
2002-12-27 Wim Taymans- disable pads when going to PAUSED, we want to make...
2002-12-27 Wim Taymans- Keep track of pending clock waits so we can unlock...
2002-12-19 Wim Taymans- Cleanups
2002-12-11 Thomas Vander Stichelemerge from release branch
2002-11-02 Wim Taymans- Reworked the clock to prepare for async notifications
2002-05-26 Wim Taymans- The clock_wait now returns the difference between...
2002-03-31 Wim TaymansDocumentation updates
2002-03-30 Wim Taymans- Remove the propsprivate header file
2002-02-03 Wim TaymansAdded a first stab at a better clocking system.