gstreamer/libs/gst/base
Tim-Philipp Müller 79c8e24885 docs: fix API docs for gst_{adapter|byte_reader}_masked_scan_uint32
Clarify byte reader docs a bit: offset is relative to the current
position of the reader, not to the start of the data. Also, the
examples in both the adapter docs and the byte reader docs have
the mask and pattern arguments swapped (see #587561). Spotted
by Carl-Anton Ingmarsson.
2009-07-16 14:17:03 +01: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: fix API docs for gst_{adapter|byte_reader}_masked_scan_uint32 2009-07-16 14:17:03 +01:00
gstadapter.h adapter: add _masked_scan_uint32 2009-05-20 00:37:53 +02:00
gstbasesink.c logging: use perf category for dropped buffers 2009-07-06 19:52:44 +01:00
gstbasesink.h basesink: add Since tag for new method 2009-06-16 13:34:38 +02:00
gstbasesrc.c basesrc: add some more debug 2009-06-15 18:43:52 +02:00
gstbasesrc.h docs/design/part-negotiation.txt: Small doc update. 2008-10-10 10:01:36 +00:00
gstbasetransform.c basetransform: take size once 2009-07-14 08:32:24 +02:00
gstbasetransform.h libs/gst/base/gstbasetransform.*: Add vmethod that is called before we start the transform and which can be used to c... 2008-12-08 18:35:44 +00:00
gstbitreader.c libs/gst/base/: Fix the names of 2 functions in the docs strings. 2008-10-22 13:47:20 +00:00
gstbitreader.h Add bit reader and byte reader classes, including documentation and an extensive unit test suite. Fixes bug #553554. 2008-10-06 12:41:53 +00:00
gstbytereader.c docs: fix API docs for gst_{adapter|byte_reader}_masked_scan_uint32 2009-07-16 14:17:03 +01:00
gstbytereader.h bytereader: add a bunch of utility functions for strings and a data dup function 2009-06-23 02:17:48 +01:00
gstcollectpads.c collectpads: make it the best of wims and edwards patch. 2009-07-07 00:23:41 +01:00
gstcollectpads.h collectpads: fix .h indentation 2009-06-15 18:44:14 +02:00
gstdataqueue.c gst: Use g_once_init* or G_DEFINE_TYPE 2009-04-04 10:59:39 +02:00
gstdataqueue.h docs: fix gtk-doc /*< private >*/ marker 2009-07-02 01:18:57 +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 Fix broken GObject macros 2006-04-08 18:05:16 +00:00
gsttypefindhelper.c gsttypefindhelper: Fix indentation 2009-05-22 12:57:10 +02:00
gsttypefindhelper.h Add new typefing helper function to guess the caps based on the file 2009-01-21 12:48:18 +01:00
Makefile.am Add bit reader and byte reader classes, including documentation and an extensive unit test suite. Fixes bug #553554. 2008-10-06 12:41:53 +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...