gstreamer/gst/base
Thomas Vander Stichele 08479555e5 configure.ac: reorganize clean up document more remove cruft
Original commit message from CVS:

* configure.ac:
reorganize
clean up
document more
remove cruft
* check/Makefile.am:
* docs/gst/Makefile.am:
* examples/helloworld/Makefile.am:
* gst/Makefile.am:
* gst/base/Makefile.am:
* gst/check/Makefile.am:
* gst/elements/Makefile.am:
* gst/indexers/Makefile.am:
* gst/parse/Makefile.am:
* libs/gst/controller/Makefile.am:
* libs/gst/dataprotocol/Makefile.am:
* examples/helloworld/helloworld.c: (event_loop):
compile fixes, though it's not being compiled currently
2005-10-15 13:58:18 +00:00
..
.gitignore ignore more 2005-06-17 09:12:33 +00:00
gstadapter.c gst/base/gstadapter.c: Flushing out 0 bytes is ok for this function. 2005-08-30 19:29:59 +00:00
gstadapter.h various doc fixes 2005-09-11 12:57:36 +00:00
gstbasesink.c gst/base/: fix up debugging 2005-10-13 15:22:26 +00:00
gstbasesink.h forgot this one 2005-10-11 17:33:25 +00:00
gstbasesrc.c gst/base/: fix up debugging 2005-10-13 15:22:26 +00:00
gstbasesrc.h renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enum definition 2005-10-12 14:28:39 +00:00
gstbasetransform.c Added extra flag to newsegment for future API freeze. 2005-10-11 16:28:49 +00:00
gstbasetransform.h added more docs 2005-09-25 18:34:49 +00:00
gstcollectpads.c gst/base/gstcollectpads.c: Fix presumable copy'n'pasto. 2005-10-13 18:33:27 +00:00
gstcollectpads.h gst/base/gstcollectpads.*: Handle newsegment and store informations in CollectData. 2005-10-13 14:55:17 +00:00
gstpushsrc.c fixed typos 2005-10-13 15:27:40 +00:00
gstpushsrc.h gst/: Add padding to our base elements' class and instance structs and to GstIterator (you will need to rebuild all p... 2005-08-08 13:31:09 +00:00
gsttypefindhelper.c gst/base/gsttypefindhelper.c: Check whether we have the requested data already in our list of cached buffers before p... 2005-10-10 10:43:15 +00:00
gsttypefindhelper.h Added typefind helper. 2005-04-12 10:52:55 +00:00
Makefile.am configure.ac: reorganize clean up document more remove cruft 2005-10-15 13:58:18 +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...