gstreamer/libs/gst/base
Andy Wingo 75b96e0efd gst/gstpad.c (gst_pad_set_blocked_async): More debug. libs/gst/base/gstbasetransform.c
Original commit message from CVS:
2006-04-05  Andy Wingo  <wingo@pobox.com>

* gst/gstpad.c (gst_pad_set_blocked_async): More debug.

* libs/gst/base/gstbasetransform.c
(gst_base_transform_sink_eventfunc): When resetting our segment on
FLUSH_STOP, also update the flag saying we haven't seen a
newsegment.
2006-04-05 10:26:29 +00:00
..
.gitignore ignore more 2005-06-17 09:12:33 +00:00
gstadapter.c libs/gst/base/gstadapter.c: Add some docs. 2006-03-15 16:22:26 +00:00
gstadapter.h libs/gst/: Documentation updates. 2005-12-18 16:04:41 +00:00
gstbasesink.c Documentation updates. Make BaseSink and BaseSrc docs contain the class structure so that people can actually see the... 2006-04-04 14:58:50 +00:00
gstbasesink.h Documentation updates. Make BaseSink and BaseSrc docs contain the class structure so that people can actually see the... 2006-04-04 14:58:50 +00:00
gstbasesrc.c Documentation updates. Make BaseSink and BaseSrc docs contain the class structure so that people can actually see the... 2006-04-04 14:58:50 +00:00
gstbasesrc.h Documentation updates. Make BaseSink and BaseSrc docs contain the class structure so that people can actually see the... 2006-04-04 14:58:50 +00:00
gstbasetransform.c gst/gstpad.c (gst_pad_set_blocked_async): More debug. libs/gst/base/gstbasetransform.c 2006-04-05 10:26:29 +00:00
gstbasetransform.h libs/gst/base/gstbasetransform.*: Make basetransform virtual method for src events too. 2006-03-13 11:27:57 +00:00
gstcollectpads.c libs/gst/base/gstcollectpads.c: more debug details 2006-03-24 17:10:46 +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...