gstreamer/libs/gst/base
Andy Wingo 839de99850 gst/base/gstcollectpads.c (gst_collectpads_chain): Slight cleanup.
Original commit message from CVS:
2005-10-17  Andy Wingo  <wingo@pobox.com>

* gst/base/gstcollectpads.c (gst_collectpads_chain): Slight
cleanup.

* gst/Makefile.am (gstenumtypes.c): Threadsafe now.

* gst/gstevent.c (gst_event_new, gst_event_finalize): LOG.

* gst/gstelement.c (gst_element_get_state_func): s/INFO/DEBUG/.
(gst_element_get_state_func): Better debug message.
(gst_element_commit_state): s/INFO/DEBUG/.
(gst_element_lost_state, gst_element_change_state):

* gst/gstmessage.c (gst_message_init): s/INFO/LOG/.
(gst_message_new_custom): s/INFO/LOG/.
2005-10-17 18:09:32 +00:00
..
.gitignore ignore more 2005-06-17 09:12:33 +00:00
gstadapter.c whitespace fixes 2005-10-15 15:30:24 +00:00
gstadapter.h various doc fixes 2005-09-11 12:57:36 +00:00
gstbasesink.c Check validity of end time based on end time variable, not start time. 2005-10-17 17:46:37 +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 whitespace fixes 2005-10-15 15:30:24 +00:00
gstbasetransform.h whitespace fixes 2005-10-15 15:30:24 +00:00
gstcollectpads.c gst/base/gstcollectpads.c (gst_collectpads_chain): Slight cleanup. 2005-10-17 18:09:32 +00:00
gstcollectpads.h whitespace fixes 2005-10-15 15:30:24 +00:00
gstpushsrc.c fixed typos 2005-10-13 15:27:40 +00:00
gstpushsrc.h whitespace fixes 2005-10-15 15:30:24 +00:00
gsttypefindhelper.c whitespace fixes 2005-10-15 15:30:24 +00:00
gsttypefindhelper.h whitespace fixes 2005-10-15 15:30:24 +00:00
Makefile.am fix link flags 2005-10-15 17:22:34 +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...