gstreamer/gst/base
Jan Schmidt f6d5e3c3c5 gst/: Remove the requirement for sub-classes to call the parent implementation of prepare_output_buffer with a wrappe...
Original commit message from CVS:
* gst/base/gstbasetransform.c: (gst_base_transform_class_init),
(gst_base_transform_prepare_output_buf),
(gst_base_transform_handle_buffer):
* gst/elements/gstcapsfilter.c: (gst_capsfilter_transform_ip),
(gst_capsfilter_prepare_buf):
Remove the requirement for sub-classes to call the parent
implementation of prepare_output_buffer with a wrapper function.

* gst/gsttaglist.h:
* gst/gsttagsetter.h:
Fix #define wrapper
2005-09-12 13:45:04 +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 debug fixes 2005-09-11 11:57:08 +00:00
gstbasesink.h various doc fixes 2005-09-11 12:57:36 +00:00
gstbasesrc.c gst/gstelement.h (GstState): Renamed from GstElementState, changed to be a normal enum instead of flags. 2005-09-02 15:42:00 +00:00
gstbasesrc.h various doc fixes 2005-09-11 12:57:36 +00:00
gstbasetransform.c gst/: Remove the requirement for sub-classes to call the parent implementation of prepare_output_buffer with a wrappe... 2005-09-12 13:45:04 +00:00
gstbasetransform.h check/gst-libs/controller.c: Header include fix. 2005-09-09 23:45:15 +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 check/Makefile.am: Use CHECK_CFLAGS and CHECK_LIBS 2005-08-21 10:54:47 +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...