gstreamer/libs/gst/base
Michael Smith 83a815e648 gst/gsttypefindfactory.c: Don't unref factories after calling them.
Original commit message from CVS:
* gst/gsttypefindfactory.c: (gst_type_find_factory_call_function):
Don't unref factories after calling them.
* libs/gst/base/gsttypefindhelper.c: (gst_type_find_helper):
* plugins/elements/gsttypefindelement.c:
(gst_type_find_element_chain):
Free lists of factories after using them. Fixing typefinding memory
leaks.
2005-12-12 19:09:49 +00:00
..
.gitignore ignore more 2005-06-17 09:12:33 +00:00
gstadapter.c docs/gst/gstreamer-sections.txt: Added some docs for GstCollectData. 2005-11-11 20:12:42 +00:00
gstadapter.h Doc fixes. 2005-11-24 09:44:07 +00:00
gstbasesink.c libs/gst/base/gstbasesink.c: Take current playback rate into account when reporting the position. 2005-12-12 10:16:11 +00:00
gstbasesink.h libs/gst/base/: en-LARGE the padding. 2005-11-29 19:37:49 +00:00
gstbasesrc.c docs/libs/gstreamer-libs-sections.txt: Added new symbol to docs. 2005-12-12 14:41:05 +00:00
gstbasesrc.h docs/libs/gstreamer-libs-sections.txt: Added new symbol to docs. 2005-12-12 14:41:05 +00:00
gstbasetransform.c libs/gst/base/gstbasetransform.c: speling fix. 2005-12-06 23:32:01 +00:00
gstbasetransform.h libs/gst/base/: en-LARGE the padding. 2005-11-29 19:37:49 +00:00
gstcollectpads.c libs/gst/base/gstcollectpads.c: Change debug category to 'collectpads' from 'collect_pads' (fixes #323250). 2005-12-05 09:45:29 +00:00
gstcollectpads.h docs/gst/gstreamer-sections.txt: make two symbols from gstinfo private for the docs 2005-11-23 11:05:37 +00:00
gstpushsrc.c libs/gst/base/gstpushsrc.c: Fix typo. 2005-12-12 14:43:57 +00:00
gstpushsrc.h Doc fixes. 2005-11-24 09:44:07 +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...