gstreamer/libs/gst/base
Stefan Kost f368d089df libs/gst/base/: Fix doc typos and unify caps a bit.
Original commit message from CVS:
* libs/gst/base/gstbasesink.h:
* libs/gst/base/gstbasesrc.h:
* libs/gst/base/gstbasetransform.h:
* libs/gst/base/gstcollectpads.h:
Fix doc typos and unify caps a bit.
2008-04-25 13:22:32 +00:00
..
.gitignore
gstadapter.c
gstadapter.h
gstbasesink.c libs/gst/base/gstbasesink.c: Rearrange the latency query code. We always want to do the upstream query, even if we ar... 2008-04-25 07:22:16 +00:00
gstbasesink.h libs/gst/base/: Fix doc typos and unify caps a bit. 2008-04-25 13:22:32 +00:00
gstbasesrc.c docs/design/part-buffering.txt: Fix some typos and set the estimated total for push mode to -1. 2008-04-09 18:26:15 +00:00
gstbasesrc.h libs/gst/base/: Fix doc typos and unify caps a bit. 2008-04-25 13:22:32 +00:00
gstbasetransform.c libs/gst/base/gstbasetransform.c: Also unset the GAP flag on buffers if we're working inplace but the element is not ... 2008-03-31 10:21:57 +00:00
gstbasetransform.h libs/gst/base/: Fix doc typos and unify caps a bit. 2008-04-25 13:22:32 +00:00
gstcollectpads.c Correct all relevant warnings found by the sparse semantic code analyzer. This include marking several symbols static... 2008-02-29 12:41:33 +00:00
gstcollectpads.h libs/gst/base/: Fix doc typos and unify caps a bit. 2008-04-25 13:22:32 +00:00
gstdataqueue.c Define G_PARAM_STATIC_STRINGS if it's undefined (GLib < 2.13.0) and use it everywhere for GParamSpecs that use static... 2008-03-22 14:56:17 +00:00
gstdataqueue.h libs/gst/base/gstdataqueue.*: Various cleanups. 2007-06-15 11:00:32 +00:00
gstpushsrc.c
gstpushsrc.h
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
Makefile.am
README

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

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