gstreamer/libs/gst/base
Stefan Kost a039f14524 libs/gst/base/gstcollectpads.c: Flush queued buffer on _stop(), fixes playing again (#342454)
Original commit message from CVS:
* libs/gst/base/gstcollectpads.c: (gst_collect_pads_stop),
(gst_collect_pads_check_collected):
Flush queued buffer on _stop(), fixes playing again (#342454)
2006-05-22 16:30:34 +00:00
..
.gitignore ignore more 2005-06-17 09:12:33 +00:00
gstadapter.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
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 G_OBJECT_CLASS macro usage batch cleanup, fixes #337747 for core 2006-05-11 18:10:34 +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: Flush queued buffer on _stop(), fixes playing again (#342454) 2006-05-22 16:30:34 +00:00
gstcollectpads.h libs/gst/base/gstcollectpads.*: No need to call _stop in _finalize. 2006-05-10 14:51:33 +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 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
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...