gstreamer/libs/gst/base
Jan Schmidt 0c0d5462a2 Replace gst_buffer_(make|is)_metadata_writable patch now that the release is out.
Original commit message from CVS:
* gst/gstbuffer.c: (gst_buffer_is_metadata_writable),
(gst_buffer_make_metadata_writable):
* gst/gstbuffer.h:
* libs/gst/base/gstbasetransform.c:
(gst_base_transform_prepare_output_buf):
* plugins/elements/gstcapsfilter.c: (gst_capsfilter_prepare_buf):
* tests/check/gst/gstbuffer.c: (GST_START_TEST), (gst_test_suite):
Replace gst_buffer_(make|is)_metadata_writable patch now
that the release is out.
2006-01-17 12:14:20 +00:00
..
.gitignore ignore more 2005-06-17 09:12:33 +00:00
gstadapter.c libs/gst/: Documentation updates. 2005-12-18 16:04:41 +00:00
gstadapter.h libs/gst/: Documentation updates. 2005-12-18 16:04:41 +00:00
gstbasesink.c libs/gst/base/gstbasesink.c: *cur = (now - base) * basesink->segment.abs_rate + time; replaced by 2006-01-12 22:04:58 +00:00
gstbasesink.h libs/gst/: Documentation updates. 2005-12-18 16:04:41 +00:00
gstbasesrc.c libs/gst/base/gstbasesrc.*: Name (private) union; makes Sun's Forte compiler happy (#324900). 2006-01-10 09:23:11 +00:00
gstbasesrc.h libs/gst/base/gstbasesrc.*: Name (private) union; makes Sun's Forte compiler happy (#324900). 2006-01-10 09:23:11 +00:00
gstbasetransform.c Replace gst_buffer_(make|is)_metadata_writable patch now that the release is out. 2006-01-17 12:14:20 +00:00
gstbasetransform.h libs/gst/: Documentation updates. 2005-12-18 16:04:41 +00:00
gstcollectpads.c libs/gst/base/gstcollectpads.c: Need to awaken ALL the pads when we pop a buffer, otherwise collectpads only works wh... 2006-01-11 21:32:21 +00:00
gstcollectpads.h libs/gst/: Documentation updates. 2005-12-18 16:04:41 +00:00
gstpushsrc.c libs/gst/: Documentation updates. 2005-12-18 16:04:41 +00:00
gstpushsrc.h libs/gst/: Documentation updates. 2005-12-18 16:04:41 +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...