gstreamer/gst/base
Tim-Philipp Müller a80ccecd5b gst/base/gstbasetransform.c: Hold STREAM_LOCK while pushing newsegment or tag events as well.
Original commit message from CVS:
* gst/base/gstbasetransform.c: (gst_base_transform_event):
Hold STREAM_LOCK while pushing newsegment or tag events as well.
2005-11-08 12:33:09 +00:00
..
.gitignore ignore more 2005-06-17 09:12:33 +00:00
gstadapter.c gst/base/gstadapter.c: Debug category should be 'adapter', not 'GstAdapter'. 2005-11-07 10:13:47 +00:00
gstadapter.h various doc fixes 2005-09-11 12:57:36 +00:00
gstbasesink.c gst/: Avoid excessive typechecking in macros. 2005-11-08 11:13:07 +00:00
gstbasesink.h gst/: Avoid excessive typechecking in macros. 2005-11-08 11:13:07 +00:00
gstbasesrc.c gst/base/gstbasesrc.c: Set the segment_end to -1 initially. Fixed typefind. 2005-11-07 10:33:07 +00:00
gstbasesrc.h gst/: Avoid excessive typechecking in macros. 2005-11-08 11:13:07 +00:00
gstbasetransform.c gst/base/gstbasetransform.c: Hold STREAM_LOCK while pushing newsegment or tag events as well. 2005-11-08 12:33:09 +00:00
gstbasetransform.h gst/base/gstbasesink.c: Some more debugging. 2005-10-27 20:59:00 +00:00
gstcollectpads.c gst/base/gstadapter.c: Debug category should be 'adapter', not 'GstAdapter'. 2005-11-07 10:13:47 +00:00
gstcollectpads.h whitespace fixes 2005-10-15 15:30:24 +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 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...