gstreamer/libs/gst/base
Wim Taymans ba976a1864 libs/gst/base/gstbasesink.c: Add fixme regarding EOS in pull mode.
Original commit message from CVS:
* libs/gst/base/gstbasesink.c: (gst_base_sink_loop),
(gst_base_sink_get_position_paused):
Add fixme regarding EOS in pull mode.
Fix position reporting in PAUSED for negative rates.
2008-02-01 10:27:10 +00:00
..
.gitignore moap ignore 2006-07-02 00:39:28 +00:00
gstadapter.c gst/gstelement.c: Don't output the same debug statement twice. 2007-04-13 11:53:00 +00:00
gstadapter.h API: gst_adapter_copy() that can reduce the amount of memcpy when getting data from the adapter. Fixes #388201. 2007-01-25 10:50:03 +00:00
gstbasesink.c libs/gst/base/gstbasesink.c: Add fixme regarding EOS in pull mode. 2008-02-01 10:27:10 +00:00
gstbasesink.h Add a new last-buffer property that contains the last buffer used in basesink for preroll or rendering. useful for ma... 2007-10-30 18:30:13 +00:00
gstbasesrc.c libs/gst/base/gstbasesrc.c: The start segment for reverse playback goes from start to last_stop. 2008-01-09 12:25:17 +00:00
gstbasesrc.h libs/gst/base/gstbasesrc.*: Add property to make the basesrc timestamp buffers based on the current running time. 2007-09-10 16:50:11 +00:00
gstbasetransform.c libs/gst/base/gstbasetransform.c: Fix long property description for QoS. 2008-01-14 11:40:55 +00:00
gstbasetransform.h API: Add gst_base_transform_set_gap_aware() to control whether the element correctly handles GST_BUFFER_FLAG_GAP or s... 2007-12-14 16:52:38 +00:00
gstcollectpads.c Fix minor compilation warnings shown with Forte. 2007-09-17 17:17:29 +00:00
gstcollectpads.h gst/gsttaglist.c: Fix doc syntax. 2007-07-10 20:10:16 +00:00
gstdataqueue.c libs/gst/base/gstdataqueue.*: Various cleanups. 2007-06-15 11:00:32 +00:00
gstdataqueue.h libs/gst/base/gstdataqueue.*: Various cleanups. 2007-06-15 11:00:32 +00:00
gstpushsrc.c libs/gst/base/gstpushsrc.c: Add some more docs here and there. 2006-07-05 18:20:58 +00:00
gstpushsrc.h Fix broken GObject macros 2006-04-08 18:05:16 +00:00
gsttypefindhelper.c libs/gst/base/gsttypefindhelper.c: Speedup typefinding. This is work in progress (see #459862). 2007-10-03 12:05:17 +00:00
gsttypefindhelper.h New API: gst_type_find_helper_get_range() (#333042). 2006-03-02 13:45:32 +00:00
Makefile.am libs/gst/base/: New GstDataQueue object for threadsafe queueing. Most useful for elements that need some queueing fun... 2006-11-28 12:07:06 +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...