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 ignore more 2005-06-17 09:12:33 +00:00
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 docs/libs/gstreamer-libs-sections.txt: API: addition: gst_adapter_take_buffer() 2006-05-04 14:19:53 +00:00
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 whitespace removal and width coercion 2006-05-03 16:42:08 +00:00
gstbasesrc.c libs/gst/base/gstbasesrc.c: Publish supported query types. 2006-05-30 10:57:44 +00:00
gstbasesrc.h Fix broken GObject macros 2006-04-08 18:05:16 +00:00
gstbasetransform.c G_OBJECT_CLASS macro usage batch cleanup, fixes #337747 for core 2006-05-11 18:10:34 +00:00
gstbasetransform.h docs/libs/gstreamer-libs-sections.txt: make sure GstBaseTransformClass shows up in the docs 2006-05-03 16:45:11 +00:00
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 Make sure gstprivate.h and/or config.h are always included first, otherwise some of our defines (like _FILE_OFFSET_BI... 2006-05-04 15:20:14 +00:00
gstpushsrc.h Fix broken GObject macros 2006-04-08 18:05:16 +00:00
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 New API: gst_type_find_helper_get_range() (#333042). 2006-03-02 13:45:32 +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...