gstreamer/libs/gst/base
Wim Taymans d807bca61c GstBaseSink: use new variable to schedule preroll
Use a separate variable to keep track if we need to call the preroll method
instead of abusing the commited variable.
2009-02-03 15:27:34 +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 gst/gstbuffer.c: Avoid costly typechecking for trivially correct pointers. 2008-11-13 18:09:45 +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 GstBaseSink: use new variable to schedule preroll 2009-02-03 15:27:34 +01:00
gstbasesink.h libs/gst/base/gstbasesink.*: Fix documentation for the wait_clock method, rename basesink -> sink for consistency. 2009-01-09 15:43:17 +00:00
gstbasesrc.c Add logging in failure case. Add more details to a todo comment. 2009-01-29 17:46:52 +02:00
gstbasesrc.h docs/design/part-negotiation.txt: Small doc update. 2008-10-10 10:01:36 +00:00
gstbasetransform.c Force reconfigure of basetransform to recheck alloc request 2009-02-02 18:23:41 +01: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 libs/gst/base/gstbytereader.c: Use GST_(READ|WRITE)_(FLOAT|DOUBLE)_(LE|BE) instead of our own copies of them. 2008-10-23 07:11:54 +00:00
gstbytereader.h API: Add gst_byte_reader_get_data and gst_byte_reader_peek_data to get a pointer to the data at the current position ... 2008-10-22 14:47:04 +00:00
gstcollectpads.c libs/gst/base/gstcollectpads.c: Use the name of the pads instead of a pointer, helps in debugging. 2009-01-03 18:39:38 +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 Add new typefing helper function to guess the caps based on the file 2009-01-21 12:48:18 +01: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...