gstreamer/libs/gst/base
Sebastian Dröge 2ba1f3a6a2 libs/gst/base/gstbytereader.c: Use new GST_READ_UINT24_(LE|BE) macros.
Original commit message from CVS:
* libs/gst/base/gstbytereader.c: (gst_byte_reader_get_uint24_le),
(gst_byte_reader_get_uint24_be), (gst_byte_reader_get_int24_le),
(gst_byte_reader_get_int24_be), (gst_byte_reader_peek_uint24_le),
(gst_byte_reader_peek_uint24_be), (gst_byte_reader_peek_int24_le),
(gst_byte_reader_peek_int24_be):
Use new GST_READ_UINT24_(LE|BE) macros.
2008-10-07 12:26:40 +00:00
..
.gitignore moap ignore 2006-07-02 00:39:28 +00:00
gstadapter.c libs/gst/base/gstadapter.c: Small code cleanup. 2008-05-07 09:47:27 +00:00
gstadapter.h API: gst_adapter_copy() that can reduce the amount of memcpy when getting data from the adapter. Fixes #388201. 2007-01-25 10:50:03 +00:00
gstbasesink.c libs/gst/base/gstbasesink.c: Improve position reporting while flushing and other intermediate state changes. Fixes #5... 2008-10-06 08:58:25 +00:00
gstbasesink.h Add method to allow sinks to specify additional delay between the sync times and the actual rendering of the data. 2008-06-20 08:54:45 +00:00
gstbasesrc.c libs/gst/base/gstbasesrc.c: Use the result from gst_pad_set_caps() instead of assuming the element always accepted th... 2008-08-21 11:17:05 +00:00
gstbasesrc.h libs/gst/base/gstbasesrc.h: revert the changes to the header file for the ABI. 2008-07-24 15:13:24 +00:00
gstbasetransform.c Fix assertion in basetransform when the subclass chooses not to allocate a buffer in prepare_buffer(), and make capsf... 2008-09-28 21:19:15 +00:00
gstbasetransform.h Implement method for reconfiguring basetransform. 2008-08-20 10:52:09 +00:00
gstbitreader.c 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
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 libs/gst/base/gstbytereader.c: Use new GST_READ_UINT24_(LE|BE) macros. 2008-10-07 12:26:40 +00:00
gstbytereader.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
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 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 libs/gst/base/gsttypefindhelper.c: Increase code readability. 2008-06-20 11:24:03 +00:00
gsttypefindhelper.h New API: gst_type_find_helper_get_range() (#333042). 2006-03-02 13:45:32 +00: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...