gstreamer/gst/base
Wim Taymans 8099c34220 gst/base/gstbasesink.*: Handle newsegments more correctly.
Original commit message from CVS:
* gst/base/gstbasesink.c: (gst_base_sink_handle_object),
(gst_base_sink_event), (gst_base_sink_do_sync),
(gst_base_sink_handle_event):
* gst/base/gstbasesink.h:
Handle newsegments more correctly.

* gst/gstbus.c:
Fix docs.

* gst/gstevent.c: (gst_event_new_newsegment):
A newsegment cannot have a start_time of -1
2005-09-01 18:12:18 +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 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.*: Handle newsegments more correctly. 2005-09-01 18:12:18 +00:00
gstbasesink.h gst/base/gstbasesink.*: Handle newsegments more correctly. 2005-09-01 18:12:18 +00:00
gstbasesrc.c check/pipelines/simple_launch_lines.c (run_pipeline): Check element_set_state's return val. 2005-08-26 14:21:43 +00:00
gstbasesrc.h check/pipelines/simple_launch_lines.c (run_pipeline): Check element_set_state's return val. 2005-08-26 14:21:43 +00:00
gstbasetransform.c gst/base/gstbasetransform.c: Passthrough elements don't need the caps as they don't care. 2005-08-31 13:53:39 +00:00
gstbasetransform.h gst/base/gstbasetransform.*: Handle the case where we are not negotiated more gracefully. 2005-08-31 13:41:19 +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...