gstreamer/libs/gst/base
Wim Taymans 1380508f53 libs/gst/base/gstbasetransform.c: Add debug info.
Original commit message from CVS:
* libs/gst/base/gstbasetransform.c:
(gst_base_transform_class_init), (gst_base_transform_init),
(gst_base_transform_transform_caps),
(gst_base_transform_prepare_output_buffer):
Add debug info.
When a buffer is writable, its metadata is also writable so we don't
need to subbuffer (which then makes the buffer not-writable anymore).
2008-06-20 08:14:23 +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: Add some debug. 2008-06-04 11:47:16 +00:00
gstbasesink.h Expose a method that was previously used internally to synchronize against the clock because it can be useful for sub... 2008-05-19 16:36:51 +00:00
gstbasesrc.c libs/gst/base/gstbasesrc.c: Make sending an EOS event to the basesrc non-blocking even if the implementation does blo... 2008-05-28 13:48:17 +00:00
gstbasesrc.h libs/gst/base/: Fix doc typos and unify caps a bit. 2008-04-25 13:22:32 +00:00
gstbasetransform.c libs/gst/base/gstbasetransform.c: Add debug info. 2008-06-20 08:14:23 +00:00
gstbasetransform.h libs/gst/base/: Fix doc typos and unify caps a bit. 2008-04-25 13:22:32 +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: Sort buffer cache list by end offsets. This makes sure that we don't stop to searc... 2008-05-16 21:09:45 +00:00
gsttypefindhelper.h New API: gst_type_find_helper_get_range() (#333042). 2006-03-02 13:45:32 +00:00
Makefile.am libs/gst/base/: New GstDataQueue object for threadsafe queueing. Most useful for elements that need some queueing fun... 2006-11-28 12:07:06 +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...