gstreamer/libs/gst/base
Alessandro Decina d37656cf8d libs/gst/base/gstcollectpads.c: Make sure the EOS flag is cleared from pads after a flush or stop. Fixes #343538.
Original commit message from CVS:
Patch by: Alessandro Decina <alessandro at nnva dot org>
* libs/gst/base/gstcollectpads.c: (gst_collect_pads_stop):
Make sure the EOS flag is cleared from pads after a flush
or stop. Fixes #343538.
* tests/check/libs/collectpads.c: (GST_START_TEST),
(gst_collect_pads_suite):
Added test for collectpads reusage after EOS.
2006-06-01 09:02:23 +00:00
..
.gitignore
gstadapter.c gst/gstelement.c: Clarify the use of _release_request_pad() and _get_request_pad() a bit better. 2006-05-30 15:53:40 +00:00
gstadapter.h
gstbasesink.c libs/gst/base/gstbasesink.c: Don't report POSITION based on clock time if sync is disabled in a sink. 2006-05-15 11:54:22 +00:00
gstbasesink.h
gstbasesrc.c libs/gst/base/gstbasesrc.c: Publish supported query types. 2006-05-30 10:57:44 +00:00
gstbasesrc.h
gstbasetransform.c
gstbasetransform.h
gstcollectpads.c libs/gst/base/gstcollectpads.c: Make sure the EOS flag is cleared from pads after a flush or stop. Fixes #343538. 2006-06-01 09:02:23 +00:00
gstcollectpads.h API: gst_collect_pads_set_flushing 2006-05-29 16:00:13 +00:00
gstpushsrc.c
gstpushsrc.h
gsttypefindhelper.c libs/gst/base/gsttypefindhelper.c: Fix off-by-one bug that would only allow peeks of N-1 bytes from the start even if... 2006-05-24 17:11:06 +00:00
gsttypefindhelper.h
Makefile.am
README

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

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