gstreamer/libs/gst/base
Wim Taymans 4f28ca8331 libs/gst/base/gstbasetransform.c (gst_base_transform_prepare_output_buf)
Original commit message from CVS:
2005-12-05  Andy Wingo  <wingo@pobox.com>

patch by: Wim Taymans <wim@fluendo.com>

* libs/gst/base/gstbasetransform.c
(gst_base_transform_prepare_output_buf)
(gst_base_transform_buffer_alloc):
* plugins/elements/gstqueue.c (gst_queue_bufferalloc): Call
alloc_buffer_and_set_caps.

* gst/gstpad.c (gst_pad_alloc_buffer): Changed to not call
set_caps on the source pad.
(gst_pad_alloc_buffer_and_set_caps): New function, does what
alloc_buffer used to do. Fixes #322874.

* docs/gst/gstreamer-sections.txt:
* docs/design/part-negotiation.txt:
* docs/pwg/advanced-negotiation.xml: Update for the alloc_buffer
changes.
2005-12-05 13:01:35 +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 gst/gstutils.c: Small cleanup. 2005-12-02 11:36:50 +00:00
gstbasesink.h libs/gst/base/: en-LARGE the padding. 2005-11-29 19:37:49 +00:00
gstbasesrc.c gst/base/gstbasesrc.c: Fix wrong percentage query. 2005-11-24 19:06:58 +00:00
gstbasesrc.h libs/gst/base/: en-LARGE the padding. 2005-11-29 19:37:49 +00:00
gstbasetransform.c libs/gst/base/gstbasetransform.c (gst_base_transform_prepare_output_buf) 2005-12-05 13:01:35 +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 gst/base/gstpushsrc.c: Shorten by 30% via use of boilerplate macro. 2005-11-05 15:14:33 +00:00
gstpushsrc.h Doc fixes. 2005-11-24 09:44:07 +00:00
gsttypefindhelper.c gst/: 2005-11-09 16:44:40 +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...