gstreamer/libs/gst/base
Jan Schmidt aff648ab66 gst/base/gstbasetransform.c: Treat a pad alloc with new caps the same as if we were not negotiated, in order to allow...
Original commit message from CVS:
* gst/base/gstbasetransform.c: (gst_base_transform_buffer_alloc):
Treat a pad alloc with new caps the same as if we were not
negotiated, in order to allow a changing upstream output
to produce a new format of data.
2005-11-29 15:12:22 +00:00
..
.gitignore
gstadapter.c
gstadapter.h Doc fixes. 2005-11-24 09:44:07 +00:00
gstbasesink.c gst/base/gstbasesink.c: Unlock the PREROLL_LOCK in a failure case. 2005-11-24 12:44:25 +00:00
gstbasesink.h Doc fixes. 2005-11-24 09:44:07 +00:00
gstbasesrc.c gst/base/gstbasesrc.c: Fix wrong percentage query. 2005-11-24 19:06:58 +00:00
gstbasesrc.h Doc fixes. 2005-11-24 09:44:07 +00:00
gstbasetransform.c gst/base/gstbasetransform.c: Treat a pad alloc with new caps the same as if we were not negotiated, in order to allow... 2005-11-29 15:12:22 +00:00
gstbasetransform.h Doc fixes. 2005-11-24 09:44:07 +00:00
gstcollectpads.c gst/gstevent.h (gst_event_new_new_segment) (gst_event_parse_new_segment, gst_event_new_buffer_size) 2005-11-22 11:48:58 +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
gstpushsrc.h Doc fixes. 2005-11-24 09:44:07 +00:00
gsttypefindhelper.c
gsttypefindhelper.h
Makefile.am update LDFLAGS use some more 2005-11-27 15:15:35 +00:00
README

Base classes
------------

GstBaseSink
  FIXME: not much point making it operate in pull mode as a generic
  base class I guess...