gstreamer/gst/base
Andy Wingo ecbae942c5 gst/base/gstadapter.*: New function, like peek() but you own the data. Not terribly efficient atm.
Original commit message from CVS:
2005-08-16  Andy Wingo  <wingo@pobox.com>

* gst/base/gstadapter.h:
* gst/base/gstadapter.c (gst_adapter_take): New function, like
peek() but you own the data. Not terribly efficient atm.
2005-08-16 17:23:55 +00:00
..
.gitignore ignore more 2005-06-17 09:12:33 +00:00
gstadapter.c gst/base/gstadapter.*: New function, like peek() but you own the data. Not terribly efficient atm. 2005-08-16 17:23:55 +00:00
gstadapter.h gst/base/gstadapter.*: New function, like peek() but you own the data. Not terribly efficient atm. 2005-08-16 17:23:55 +00:00
gstbasesink.c 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
gstbasesink.h docs/gst/gstreamer-sections.txt: made some defines private 2005-08-15 16:57:34 +00:00
gstbasesrc.c docs/gst/gstreamer-sections.txt: made some defines private 2005-08-15 16:57:34 +00:00
gstbasesrc.h docs/gst/gstreamer-sections.txt: made some defines private 2005-08-15 16:57:34 +00:00
gstbasetransform.c gst/base/gstbasetransform.c: Fix a pretty good memleak. 2005-08-08 15:08:14 +00:00
gstbasetransform.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
gstcollectpads.c added long/short desc for controller docs added collectpads base class docs added correct includes to base-class docs 2005-08-05 12:59:46 +00:00
gstcollectpads.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
gstpushsrc.c added check test suite for the controller fixed a doc typo 2005-08-03 15:59:11 +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: The memory returned by gst_type_find_peek() needs to stay valid until the end of a type... 2005-08-10 15:08:03 +00:00
gsttypefindhelper.h Added typefind helper. 2005-04-12 10:52:55 +00:00
Makefile.am gst/base/: Ported and added adapter to the base classes. 2005-05-18 09:55:43 +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...