gstreamer/libs/gst/base
Tim-Philipp Müller d0f85838ab queuearray: allow storing of structs in addition to pointers
This way we don't have to allocate/free temporary structs
for storing things in the queue array.

API: gst_queue_array_new_for_struct()
API: gst_queue_array_push_tail_struct()
API: gst_queue_array_peek_head_struct()
API: gst_queue_array_pop_head_struct()
API: gst_queue_array_drop_struct()

https://bugzilla.gnome.org/show_bug.cgi?id=750149
2015-07-04 11:03:51 +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 adapter: Also copy POOL metas and make sure to copy over metas when creating subbuffers 2015-07-01 10:45:01 +02:00
gstadapter.h adapter: Add get variants of the buffer based take functions 2015-06-30 18:40:28 +02:00
gstbaseparse.c baseparse: Use new gst_adapter_get_buffer() API instead of gst_adapter_map() 2015-06-30 18:40:28 +02:00
gstbaseparse.h doc: Various doc fixes for libgstreamer-base 2015-06-14 10:56:28 -04:00
gstbasesink.c basesink: need to deep-copy last buffer list in drain 2015-06-24 10:52:56 +02:00
gstbasesink.h docs: Fix typos in function/object descriptions 2013-12-07 17:11:12 +00:00
gstbasesrc.c basesrc: Remove unused assignment in perform_seek() 2015-04-23 14:03:23 +01:00
gstbasesrc.h docs: fix a small contradition in the docs 2014-09-23 12:53:18 +02:00
gstbasetransform.c transform: Also copy POOL metas and make sure to copy over metas when creating subbuffers 2015-07-01 10:50:19 +02:00
gstbasetransform.h basetransform: Fix up documentation of transform_meta vfunc 2015-06-29 13:58:04 +02: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 gi: Skip allocator of non-boxed structure 2015-06-13 13:42:58 -04: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 gi: Skip allocator of non-boxed structure 2015-06-13 13:42:58 -04: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 gi: Skip allocator of non-boxed structure 2015-06-13 13:42:58 -04:00
gstbytewriter.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstcollectpads.c gi: Set collectpads function param scope 2015-06-13 13:48:03 -04:00
gstcollectpads.h doc: Better document new GstCollectData.ABI.abi.dts 2015-06-14 10:58:18 -04: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 doc: Remove gstindex from doc comment 2015-06-13 13:55:27 -04: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 doc: Document GstPushSrcClass 2015-06-14 10:59:51 -04:00
gstqueuearray.c queuearray: allow storing of structs in addition to pointers 2015-07-04 11:03:51 +01:00
gstqueuearray.h queuearray: allow storing of structs in addition to pointers 2015-07-04 11:03:51 +01: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 gi: Use INTROSPECTION_INIT for --add-init-section 2015-06-16 18:08:24 -04: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...