gstreamer/libs/gst/base
Wim Taymans 99a61247bc gst/gstclock.*: Review docs.
Original commit message from CVS:
* gst/gstclock.c: (gst_clock_entry_new),
(gst_clock_id_compare_func), (gst_clock_id_wait),
(gst_clock_id_wait_async), (gst_clock_id_unschedule),
(gst_clock_init), (gst_clock_get_internal_time),
(gst_clock_set_master), (do_linear_regression),
(gst_clock_add_observation), (gst_clock_set_property):
* gst/gstclock.h:
Review docs.
Small cleanups.
Fix a possible segfault when the window-size is made smaller.
Calculate jitter before performing the clock wait. Ideally
the clock implementation should calculate jitter but we need
API breakage for that.
* gst/gstsystemclock.c: (gst_system_clock_init):
Docs review.
* libs/gst/base/gstbasesink.c: (gst_base_sink_do_sync):
Remove leftover else
* tests/check/gst/gstsystemclock.c: (GST_START_TEST),
(gst_systemclock_suite):
Added check to test GST_CLOCK_DIFF.
2006-03-09 11:45:14 +00:00
..
.gitignore ignore more 2005-06-17 09:12:33 +00:00
gstadapter.c docs/libs/gstreamer-libs-sections.txt: Added basesink new methods. 2006-03-07 16:21:02 +00:00
gstadapter.h libs/gst/: Documentation updates. 2005-12-18 16:04:41 +00:00
gstbasesink.c gst/gstclock.*: Review docs. 2006-03-09 11:45:14 +00:00
gstbasesink.h docs/libs/gstreamer-libs-sections.txt: Added basesink new methods. 2006-03-07 16:21:02 +00:00
gstbasesrc.c docs/design/part-element-transform.txt: Added some docs about the design of tranform elements. 2006-03-08 13:44:55 +00:00
gstbasesrc.h libs/gst/base/gstbasesrc.*: Add ::check_get_range() vfunc to GstBaseSrc (#332611), provide default implementation, an... 2006-03-06 19:55:06 +00:00
gstbasetransform.c libs/gst/base/gstbasetransform.c: Cleanups, separate normal flow from errors, add sensible 2006-03-08 10:17:41 +00:00
gstbasetransform.h Fix #333669, Add pad accessor defines for GstBaseTransform 2006-03-07 15:14:51 +00:00
gstcollectpads.c libs/gst/base/gstcollectpads.c (gst_collect_pads_chain): Only update last_stop if we're in TIME format and the timest... 2006-02-07 15:49:40 +00:00
gstcollectpads.h libs/gst/base/gstcollectpads.*: Handle flush. Adapted from 2006-02-05 16:18:37 +00:00
gstpushsrc.c libs/gst/base/gstpushsrc.c: Push sources don't support pull mode by default. 2006-03-07 09:28:44 +00:00
gstpushsrc.h libs/gst/: Documentation updates. 2005-12-18 16:04:41 +00:00
gsttypefindhelper.c libs/gst/base/gsttypefindhelper.c: If we are provided with the size, we should implement 2006-03-09 10:46:35 +00:00
gsttypefindhelper.h New API: gst_type_find_helper_get_range() (#333042). 2006-03-02 13:45:32 +00:00
Makefile.am CVS surgery + support to move base, check, and net out of gst and into libs/gst 2005-11-29 19:12:30 +00:00
README add short/long description docs to base classes add pushsrc to the docs remove consolidated doc fragments 2005-08-03 13:30:18 +00:00

Base classes
------------

GstBaseSink
  FIXME: not much point making it operate in pull mode as a generic
  base class I guess...