gstreamer/libs/gst/base
Sebastian Dröge f4bd5f119a basetransform: Short-circuit CAPS query handling if transform_caps returns EMPTY caps
Both for the peer filter caps and the converted caps based on the peer caps.

If the peer filter caps are EMPTY, the peer caps query will also return
EMPTY. There's no ned to both downstream/upstream with this query.
2014-12-22 13:08:37 +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 base: include flowcombiner header from base.h 2014-05-27 09:55:27 +01:00
gstadapter.c doc: Do not use deprecated gtk-doc 'Rename to' tag 2014-11-02 15:17:57 +00:00
gstadapter.h adapter: Adapt gst_adapter_copy() for bindings 2014-03-15 13:16:16 +01:00
gstbaseparse.c baseparse: jump over large skips in pull mode 2014-12-18 13:11:46 +00:00
gstbaseparse.h baseparse: minor docs fix 2014-09-09 20:43:02 +01:00
gstbasesink.c basesink: clamp reported position based on direction 2014-12-01 10:46:42 +01:00
gstbasesink.h docs: Fix typos in function/object descriptions 2013-12-07 17:11:12 +00:00
gstbasesrc.c basesrc: Don't bother the subclass with setting the same caps multiple times 2014-11-09 10:42:54 +01:00
gstbasesrc.h docs: fix a small contradition in the docs 2014-09-23 12:53:18 +02:00
gstbasetransform.c basetransform: Short-circuit CAPS query handling if transform_caps returns EMPTY caps 2014-12-22 13:08:37 +01:00
gstbasetransform.h base: use correct syntax in documentation more consistently 2014-06-06 15:09:21 -04:00
gstbitreader-docs.h docs: align the comments correctly with the declaration in bitreader docs 2013-01-29 15:43:05 +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 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 docs: Fix typos in function/object descriptions 2013-12-07 17:11:12 +00:00
gstbytewriter.c docs: Fix typos in function/object descriptions 2013-12-07 17:11:12 +00:00
gstbytewriter.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstcollectpads.c Don't compare booleans for equality to TRUE and FALSE 2014-12-01 09:51:37 +01: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_clear() method 2014-09-25 15:40:42 +01:00
gstflowcombiner.h flowcombiner: add a gst_flow_combiner_clear() method 2014-09-25 15:40:42 +01:00
gstindex.c base: add (nullable) annotations to return values 2014-06-26 18:55:25 +02: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 docs: remove outdated and pointless 'Last reviewed' lines from docs 2014-04-26 21:21:51 +01:00
gstpushsrc.h Fix FSF address 2012-11-03 20:44:48 +00:00
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 flowcombiner: add GstFlowCombiner 2014-05-26 15:29:53 -03: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...