gstreamer/gst/base
Stefan Kost 3e1c4a2c42 inlined more doc comments, added missing comments and fixed comments fixed typos
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* docs/gst/tmpl/.cvsignore:
* docs/gst/tmpl/gstbin.sgml:
* docs/gst/tmpl/gstbuffer.sgml:
* gst/base/gstbasesrc.c:
* gst/gstbin.c: (gst_bin_get_type), (gst_bin_class_init):
* gst/gstbuffer.c:
* gst/gstbuffer.h:
* tools/gst-launch.1.in:
inlined more doc comments, added missing comments and fixed comments
fixed typos
2005-08-23 11:53:58 +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 gst/base/gstbasesink.c: Remove extra parameter to debug output 2005-08-22 18:48:48 +00:00
gstbasesink.h Make sure that when a pipeline goes to PLAYING, that data has actually hit the sink. 2005-08-18 16:20:24 +00:00
gstbasesrc.c inlined more doc comments, added missing comments and fixed comments fixed typos 2005-08-23 11:53:58 +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: Also call the transform function if we have ANY caps. 2005-08-22 19:48:46 +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 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...