gstreamer/libs/gst/base
Nicolas Dufresne 2f1c87094e gi: Skip allocator of non-boxed structure
These are not usable as they are, and can easily lead to crash
or leaks. This also silence warning from the scanner. If we manage to
make this usable, we can then remove that mark, it will require
to make this type boxed.
2015-06-13 13:42:58 -04: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: fix GST_BASE_PARSE_FLAG_LOST_SYNC 2015-04-28 12:57:35 -03:00
gstbaseparse.h
gstbasesink.c basesink: use the slightly more correct take_sample for last-sample 2015-05-25 21:05:56 +10:00
gstbasesink.h
gstbasesrc.c basesrc: Remove unused assignment in perform_seek() 2015-04-23 14:03:23 +01:00
gstbasesrc.h
gstbasetransform.c basetransform: Split input buffer processing from output generation 2015-06-08 19:17:57 +10:00
gstbasetransform.h libs: more doc scanner fixes 2015-06-13 15:06:11 +01:00
gstbitreader-docs.h
gstbitreader.c gi: Skip allocator of non-boxed structure 2015-06-13 13:42:58 -04:00
gstbitreader.h
gstbytereader-docs.h
gstbytereader.c gi: Skip allocator of non-boxed structure 2015-06-13 13:42:58 -04:00
gstbytereader.h
gstbytewriter-docs.h
gstbytewriter.c gi: Skip allocator of non-boxed structure 2015-06-13 13:42:58 -04:00
gstbytewriter.h
gstcollectpads.c collectpads: Don't initially send an invalid DTS 2015-06-12 17:20:16 -04:00
gstcollectpads.h collectpads: Add negative DTS support 2015-06-12 17:20:16 -04:00
gstdataqueue.c dataqueue: Fix gst_data_queue_new() description. 2014-11-06 21:09:09 +11:00
gstdataqueue.h
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
gstindex.h
gstmemindex.c
gstpushsrc.c
gstpushsrc.h
gstqueuearray.c queuearray: remove duplicate assignment 2015-05-30 12:40:44 +01:00
gstqueuearray.h
gsttypefindhelper.c
gsttypefindhelper.h
Makefile.am Remove obsolete Android build cruft 2015-04-26 17:49:44 +01:00
README

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

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