gstreamer/libs/gst/base
Vincent Penquerc'h 6240b03085 Revert "basesrc: fix pool leak on allocation query error path"
This reverts commit 84fdf50b2f.

It seems the bug was fixed independently, and the merge was
automagic, yielding two extra free calls.
2015-04-15 11:40:51 +01:00
..
.gitignore
base.h
gstadapter.c adapter: minor optimisation for gst_adapter_take_buffer_list() 2015-03-14 21:09:45 +00:00
gstadapter.h adapter: add gst_adapter_take_buffer_list() 2015-03-14 17:22:22 +00:00
gstbaseparse.c baseparse: Forward SEGMENT_DONE events immediately 2015-04-06 18:46:06 -07:00
gstbaseparse.h baseparse: minor docs fix 2014-09-09 20:43:02 +01:00
gstbasesink.c basesink: handle empty buffer list more gracefully 2015-03-14 21:09:50 +00:00
gstbasesink.h
gstbasesrc.c Revert "basesrc: fix pool leak on allocation query error path" 2015-04-15 11:40:51 +01:00
gstbasesrc.h docs: fix a small contradition in the docs 2014-09-23 12:53:18 +02:00
gstbasetransform.c basetransform: Add Since mark for new method 2015-04-02 17:32:42 -04:00
gstbasetransform.h basetransform: Add a method to let subclasses cleanly update srcpad caps 2015-04-02 17:16:23 -04:00
gstbitreader-docs.h
gstbitreader.c
gstbitreader.h
gstbytereader-docs.h
gstbytereader.c bytereader: add gst_byte_reader_peek_sub_reader() and _get_sub_reader() 2014-08-15 10:03:26 +01:00
gstbytereader.h bytereader: add gst_byte_reader_peek_sub_reader() and _get_sub_reader() 2014-08-15 10:03:26 +01:00
gstbytewriter-docs.h
gstbytewriter.c
gstbytewriter.h
gstcollectpads.c collectpads: avoid multiple calls to gst_buffer_get_size() in macro 2015-03-14 16:02:03 +00:00
gstcollectpads.h base: assorted introspection fixes and additions 2014-06-26 18:55:26 +02:00
gstdataqueue.c dataqueue: Fix gst_data_queue_new() description. 2014-11-06 21:09:09 +11:00
gstdataqueue.h base: and fix build with new g-i again 2014-08-14 14:38:57 +01:00
gstflowcombiner.c flowcombiner: add a gst_flow_combiner_update_pad_flow() method 2015-03-07 20:18:43 +01:00
gstflowcombiner.h flowcombiner: add a gst_flow_combiner_update_pad_flow() method 2015-03-07 20:18:43 +01:00
gstindex.c base: add (nullable) annotations to return values 2014-06-26 18:55:25 +02:00
gstindex.h
gstmemindex.c
gstpushsrc.c
gstpushsrc.h
gstqueuearray.c queuearray: Hide from bindings 2014-06-26 19:32:18 +02:00
gstqueuearray.h queuearray: Hide from bindings 2014-06-26 19:32:18 +02:00
gsttypefindhelper.c base: add (nullable) annotations to return values 2014-06-26 18:55:25 +02:00
gsttypefindhelper.h base: use correct syntax in documentation more consistently 2014-06-06 15:09:21 -04:00
Makefile.am introspection: Don't use g-ir-scanner cache at compile time 2015-03-31 11:16:09 +02:00
README

Base classes
------------

GstBaseSink
  FIXME: not much point making it operate in pull mode as a generic
  base class I guess...