gstreamer/libs/gst/base
Julien Moutte 4bcfb92b9a libs/gst/base/gstbasetransform.c: Fix a stupid bug. I was sure i compiled that.
Original commit message from CVS:


* libs/gst/base/gstbasetransform.c:
(gst_base_transform_change_state): Fix a stupid bug. I was
sure i compiled that.
------------------------------------------------------
2006-02-20 16:07:42 +00:00
..
.gitignore ignore more 2005-06-17 09:12:33 +00:00
gstadapter.c doc fixes, to link to function, just write gst_cool_function(), don't prefix with '#' 2006-01-27 22:34:51 +00:00
gstadapter.h libs/gst/: Documentation updates. 2005-12-18 16:04:41 +00:00
gstbasesink.c Docs fixes. 2006-02-14 13:07:10 +00:00
gstbasesink.h docs/design/part-element-sink.txt: Updated document. 2006-02-02 12:07:48 +00:00
gstbasesrc.c docs/design/part-TODO.txt: Updated TODO list, basesrc supports seeking to non-bytes formats. 2006-02-13 11:52:43 +00:00
gstbasesrc.h libs/gst/base/gstbasesrc.*: Name (private) union; makes Sun's Forte compiler happy (#324900). 2006-01-10 09:23:11 +00:00
gstbasetransform.c libs/gst/base/gstbasetransform.c: Fix a stupid bug. I was sure i compiled that. 2006-02-20 16:07:42 +00:00
gstbasetransform.h libs/gst/: Documentation updates. 2005-12-18 16:04:41 +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/: Documentation updates. 2005-12-18 16:04:41 +00:00
gstpushsrc.h libs/gst/: Documentation updates. 2005-12-18 16:04:41 +00:00
gsttypefindhelper.c gst/gsttypefindfactory.c: Don't unref factories after calling them. 2005-12-12 19:09:49 +00:00
gsttypefindhelper.h whitespace fixes 2005-10-15 15:30:24 +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...