gstreamer/libs/gst/base
Sebastian Dröge 64493d9603 basebarse: Add detect vfunc to allow subclasses to do format detection before anything else
API: GstBaseParseClass::detect()

This is called with the first buffers until the subclass has finished detection
and only afterwards the original buffers are handled as before. The vfunc allows
detection of the stream format without breaking the upstream framing.
2011-10-20 11:48:24 +02:00
..
.gitignore Update a bunch of gitignores to clean up my git status output 2009-01-23 16:08:40 +00:00
gstadapter.c docs: libgstbase: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstadapter.h docs: fix misc. gtk-doc warnings in libs 2010-10-16 19:19:47 +01:00
gstbaseparse.c basebarse: Add detect vfunc to allow subclasses to do format detection before anything else 2011-10-20 11:48:24 +02:00
gstbaseparse.h basebarse: Add detect vfunc to allow subclasses to do format detection before anything else 2011-10-20 11:48:24 +02:00
gstbasesink.c logging: more logging and prefer human readable details over memory locations 2011-10-18 15:24:21 +02:00
gstbasesink.h basesink: make it easy to override the pad query 2011-09-08 14:46:59 +02:00
gstbasesrc.c basesrc: also update the stream time 2011-10-18 12:39:03 +02:00
gstbasesrc.h basesrc: add dynamic size handling 2011-06-08 20:16:25 +02:00
gstbasetransform.c basetransform: send delayed events earlier 2011-09-27 12:00:23 +02:00
gstbasetransform.h basetransform: Fix bodged previous commit 2011-08-26 13:02:34 +01:00
gstbitreader-docs.h docs: fix misc. gtk-doc warnings in libs 2010-10-16 19:19:47 +01:00
gstbitreader.c base: add missing (out) annotation for byte reader/writer functions 2011-07-27 10:12:33 +01:00
gstbitreader.h bitreader: Add inlined and unchecked versions of the important functions 2010-10-03 15:32:41 +02:00
gstbytereader-docs.h docs: libgstbase: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstbytereader.c base: add missing (out) annotation for byte reader/writer functions 2011-07-27 10:12:33 +01: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 gstcollectpads: Fix docs about GstCollectData list 2010-08-12 16:05:35 -03:00
gstdataqueue.c gstdataqueue: Don't break ABI 2010-12-02 19:44:41 +01:00
gstdataqueue.h gstdataqueue: Don't break ABI 2010-12-02 19:44:41 +01: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 docs: fix misc. gtk-doc warnings in libs 2010-10-16 19:19:47 +01:00
gsttypefindhelper.c docs, gst: typo fixes 2011-09-07 18:03:17 +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 libs: gobject-introspection scanner doesn't need to scan or update plugin info 2011-04-16 10:45:16 +01: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...