gstreamer/libs/gst/base
Wim Taymans 43fe0b06e9 check/states/sinks.c: Added some more checks. Specifically the case where NO_PREROLL elements are in the pipeline.
Original commit message from CVS:
* check/states/sinks.c: (GST_START_TEST), (gst_object_suite):
Added some more checks. Specifically the case where NO_PREROLL
elements are in the pipeline.

* gst/base/gstbasesink.c: (gst_base_sink_commit_state),
(gst_base_sink_handle_object), (gst_base_sink_do_sync),
(gst_base_sink_get_position):
Post READY->PAUSED state change messages too.
Fix bug where VOID was posted as pending state...

* gst/gstbin.c: (gst_bin_recalc_state):
use _element_continue_state() to continue the state change.

* gst/gstelement.c: (gst_element_continue_state),
(gst_element_commit_state), (gst_element_set_state_func),
(gst_element_change_state), (gst_element_change_state_func):
Lots of state change cleanups, assign the STATE_RETURN in
a new continue_state() function that also propagates the
last return value from a state change to the app.
Update some debug statements with proper category.
2005-11-03 17:12:00 +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/states/sinks.c: Added some more checks. Specifically the case where NO_PREROLL elements are in the pipeline. 2005-11-03 17:12:00 +00:00
gstbasesink.h forgot this one 2005-10-11 17:33:25 +00:00
gstbasesrc.c gst/base/gstbasesrc.c: Move some stuff around and cleanup things. 2005-10-27 19:37:25 +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 gst/base/gstbasetransform.c: Don't leak class. 2005-10-28 10:45:33 +00:00
gstbasetransform.h gst/base/gstbasesink.c: Some more debugging. 2005-10-27 20:59:00 +00:00
gstcollectpads.c gst/base/gstcollectpads.c: Guard public API with assertions. 2005-11-02 15:08:05 +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...