summaryrefslogtreecommitdiff
path: root/gst/gstclock.h
AgeCommit message (Expand)AuthorFilesLines
2006-10-18Small docs fixes.Wim Taymans1-1/+1
2006-09-14releasing 0.10.10RELEASE-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
2005-11-21*.*: Ran scripts/update-macros. Oh yes. gst/gstobject.h (GST_OBJECT_GET_LOCK,...Andy Wingo1-2/+2
2005-11-19gst/gstclock.*: Change resolution to be a GstClockTime.Andy Wingo1-6/+8
2005-11-19gst/gstclock.h (GstClock): Remove offset property. Add internal_calibration a...Andy Wingo1-17/+4
2005-11-18gst/net/gstnetclientclock.c (do_linear_regression): Use all integer arithmeti...Andy Wingo1-1/+5
2005-11-17gst/gstclock.*: Anonymous structs are a gcc (and some other compilers) extens...Michael Smith1-1/+1
2005-11-17gst/gstclock.h (GstClock): Add rate and offset properties, preserving ABI sta...Andy Wingo1-2/+17
2005-11-09docs/gst/gstreamer-sections.txt: Added some new macros.Wim Taymans1-1/+2
2005-10-28Documented the clocks.Wim Taymans1-5/+55
2005-10-16GStreamer consultants will make a lot of money in 2038Thomas Vander Stichele1-4/+11
2005-10-12check/: Moved sinks2 testcode in sinks check.Wim Taymans1-2/+2
2005-10-11docs/design/part-states.txt: Some more docs.Wim Taymans1-0/+1
2005-09-24gst/gstclock.h: Well, that's embarassing. Luckily we weren't usingThomas Vander Stichele1-1/+1
2005-09-23fix docsThomas Vander Stichele1-0/+3
2005-09-11various doc fixesThomas Vander Stichele1-70/+57
2005-08-29check/gst-libs/controller.c: more testsStefan Kost1-2/+2
2005-08-27docs/design/part-messages.txt: update infoStefan Kost1-4/+189
2005-08-24gst/gstbuffer.c: Some debugging.Wim Taymans1-4/+4
2005-06-29gst/base/gstbasesink.c: Small debug line.Wim Taymans1-1/+1
2005-04-24Convert everything from GstAtomicInt to g_atomic_int_*, and remove gstatomic.David Schleef1-1/+1
2005-03-08Docs updates, clean up some headers.Wim Taymans1-1/+1
2005-03-07First THREADED backport attempt, focusing on adding locks and making sure the...Wim Taymans1-49/+53
2004-07-11gst/gstclock.h: GST_SECOND shouldn't cause a conversion to unsigned.Benjamin Otte1-4/+4
2004-03-28gst/gstelement.*: New function for setting element time taking into account a...Martin Soto1-0/+1
2004-03-15Revert again, this time without post-commit reindent hooks to put back the in...Johan Dahlin1-92/+90
2004-03-15*.h: Revert indentation changes.Johan Dahlin1-4/+8
2004-03-13gst-indent run on coreThomas Vander Stichele1-86/+84
2004-02-25gst/gstelement.c (gst_element_dispose): Protect against multiple invocations.Andy Wingo1-7/+0
2004-02-13gst/elements/gstfdsrc.c: (gst_fdsrc_get): Use GST_TIME_TO_TIMEVAL()David Schleef1-1/+1
2004-02-04gst/gstclock.*: reset padding, remove unused fieldsBenjamin Otte1-6/+1
2004-02-04reset paddingThomas Vander Stichele1-1/+1
2004-01-14gst/gstclock.*: deprecate old interface and disable functions that aren't in ...Benjamin Otte1-5/+19
2003-12-09Change GST_.*_PADDING to _gst_padding[GST_PADDING];David Schleef1-2/+2
2003-10-07Add padding to structures and objectsDavid Schleef1-1/+3
2003-05-15gtk-doc fixes clock debugThomas Vander Stichele1-3/+3
2003-04-13- added macros GST_CLOCK_TIME_IS_VALID and GST_BUFFE_TIMESTAMP_IS_VALIDBenjamin Otte1-1/+2
2003-02-10Small cleanups and portability fixes for GUINT64Wim Taymans1-4/+4
2003-02-02- Add the trace nameWim Taymans1-0/+2
2002-12-27- Keep track of pending clock waits so we can unlock themWim Taymans1-0/+1
2002-12-19- CleanupsWim Taymans1-18/+13