gstreamer/libs/gst/base
Havard Graff 3d833e42b6 basesrc: Make src query MT-safe
It is possible that the element might be going down while the event arrives
2011-04-08 14:58:41 +02:00
..
.gitignore
gstadapter.c docs: libgstbase: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstadapter.h
gstbasesink.c basesink: print flow return as a name in debug log 2011-03-24 18:32:20 +02:00
gstbasesink.h basesink: add property to configure a throttle-time 2011-02-10 15:21:45 +01:00
gstbasesrc.c basesrc: Make src query MT-safe 2011-04-08 14:58:41 +02:00
gstbasesrc.h docs: cleanup and xref fixes 2011-03-24 18:32:20 +02:00
gstbasetransform.c base: Unref events if the parent element disappeared 2011-04-08 14:57:05 +02:00
gstbasetransform.h docs: cleanup and xref fixes 2011-03-24 18:32:20 +02:00
gstbitreader-docs.h
gstbitreader.c docs: libgstbase: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstbitreader.h
gstbytereader-docs.h docs: libgstbase: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstbytereader.c docs: libgstbase: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstbytereader.h bytereader, bytewriter: fix up inline functions to make g++ happy 2011-03-23 20:52:44 +00:00
gstbytewriter-docs.h docs: libgstbase: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstbytewriter.c docs: libgstbase: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstbytewriter.h bytereader, bytewriter: fix up inline functions to make g++ happy 2011-03-23 20:52:44 +00:00
gstcollectpads.c docs: cleanup and xref fixes 2011-03-24 18:32:20 +02:00
gstcollectpads.h
gstdataqueue.c
gstdataqueue.h
gstpushsrc.c
gstpushsrc.h
gsttypefindhelper.c base: documentation fixups and annotation 2010-12-17 19:19:40 +01:00
gsttypefindhelper.h
Makefile.am gobject-introspection: another attempt to make g-i find the right libgstreamer 2011-01-13 20:12:16 +00:00
README

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

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