gstreamer/libs/gst/base
Thiago Santos 035e5c74be collectpads: Improve docs about 'data' attribute
Adds a reminder to 'data' attribute doc

Fixes #610366
2010-02-18 17:00:05 -03:00
..
.gitignore
gstadapter.c optimisation : Use g_object_newv where possible. 2009-10-28 09:31:17 +01:00
gstadapter.h
gstbasesink.c gst_private.h: make sure gst_private.h is included before glib.h 2010-01-20 01:48:56 +00:00
gstbasesink.h
gstbasesrc.c basesrc: Don't use expensive cast checks in get_range. 2010-02-17 12:36:57 +01:00
gstbasesrc.h basesrc: Make locking of the segment a bit more strict and update documentation 2010-02-12 14:58:42 +01:00
gstbasetransform.c basetransform: Only use suggested caps in buffer allocation if a size was suggested too 2010-01-17 08:23:48 +01:00
gstbasetransform.h
gstbitreader.c docs: fix Since: tags in docs for newly-added API 2009-10-07 23:34:44 +01:00
gstbitreader.h
gstbytereader-docs.h
gstbytereader.c docs: fix Since: tags in docs for newly-added API 2009-10-07 23:34:44 +01:00
gstbytereader.h
gstbytewriter.c bytewriter: add _fill function 2010-02-12 17:23:29 -03:00
gstbytewriter.h bytewriter: add _fill function 2010-02-12 17:23:29 -03:00
gstcollectpads.c collectpads: don't keep buffers reffed longer than needed 2009-12-24 19:25:52 +01:00
gstcollectpads.h collectpads: Improve docs about 'data' attribute 2010-02-18 17:00:05 -03:00
gstdataqueue.c docs: fix broken xrefs 2009-11-27 16:39:37 +02:00
gstdataqueue.h
gstpushsrc.c
gstpushsrc.h
gsttypefindhelper.c typefind: add a new method that also uses the file extension 2010-01-12 17:34:39 +01:00
gsttypefindhelper.h typefind: add a new method that also uses the file extension 2010-01-12 17:34:39 +01:00
Makefile.am
README

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

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