gstreamer/libs/gst/base
Thijs Vermeir 67fab5eaa5 adapter: return gssize from gst_adapter_masked_scan_* functions
As the return value of this function is -1 when the match is not found
2013-01-02 10:40:38 +01:00
..
.gitignore Update a bunch of gitignores to clean up my git status output 2009-01-23 16:08:40 +00:00
base.h libs: Use foo/foo.h as single-include header consistently everywhere 2012-12-12 16:44:14 +00:00
gstadapter.c adapter: return gssize from gst_adapter_masked_scan_* functions 2013-01-02 10:40:38 +01:00
gstadapter.h adapter: return gssize from gst_adapter_masked_scan_* functions 2013-01-02 10:40:38 +01:00
gstbaseparse.c baseparse: fix invalid output timestamps in some cases 2012-12-17 12:26:14 +01:00
gstbaseparse.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstbasesink.c basesink: Check if buffers are too late before calling prepare/prepare_list 2013-01-01 10:48:56 +01:00
gstbasesink.h basesink: add simple rate control 2012-11-09 17:01:23 +01:00
gstbasesrc.c NEWSEGMENT -> SEGMENT 2012-12-14 15:24:30 +01:00
gstbasesrc.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstbasetransform.c Fix FSF address 2012-11-03 20:44:48 +00:00
gstbasetransform.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstbitreader-docs.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstbitreader.c Fix FSF address 2012-11-03 20:44:48 +00:00
gstbitreader.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstbytereader-docs.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstbytereader.c Fix FSF address 2012-11-03 20:44:48 +00:00
gstbytereader.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstbytewriter-docs.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstbytewriter.c Fix FSF address 2012-11-03 20:44:48 +00:00
gstbytewriter.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstcollectpads.c Fix FSF address 2012-11-03 20:44:48 +00:00
gstcollectpads.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstdataqueue.c dataqueue: reduce debug log spam a bit 2012-11-25 18:11:38 +00:00
gstdataqueue.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstindex.c Fix FSF address 2012-11-03 20:44:48 +00:00
gstindex.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstmemindex.c Fix FSF address 2012-11-03 20:44:48 +00:00
gstpushsrc.c Fix FSF address 2012-11-03 20:44:48 +00:00
gstpushsrc.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstqueuearray.c Fix FSF address 2012-11-03 20:44:48 +00:00
gstqueuearray.h Fix FSF address 2012-11-03 20:44:48 +00:00
gsttypefindhelper.c Fix FSF address 2012-11-03 20:44:48 +00:00
gsttypefindhelper.h Fix FSF address 2012-11-03 20:44:48 +00:00
Makefile.am libs: Use foo/foo.h as single-include header consistently everywhere 2012-12-12 16:44:14 +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...