gstreamer/subprojects/gstreamer/libs/gst/base
2023-04-22 09:32:32 -04:00
..
base-prelude.h Move files from gstreamer into the "subprojects/gstreamer/" subdir 2021-09-24 16:13:07 -03:00
base.h Move files from gstreamer into the "subprojects/gstreamer/" subdir 2021-09-24 16:13:07 -03:00
gstadapter.c base: adapter: Explicitly mark size parameter as input 2023-04-18 08:41:46 +00:00
gstadapter.h Move files from gstreamer into the "subprojects/gstreamer/" subdir 2021-09-24 16:13:07 -03:00
gstaggregator.c aggregator: improve parsing in create_new_pad 2023-02-28 17:43:57 +00:00
gstaggregator.h aggregator: Implement force_live API 2022-11-18 18:14:26 +00:00
gstbaseparse.c baseparse: drop use of GSlice 2023-01-24 15:25:06 +00:00
gstbaseparse.h baseparse: Add missing annotations 2021-11-30 02:28:15 +00:00
gstbasesink.c basesink: Add GST_BASE_SINK_FLOW_DROPPED return value 2023-03-14 21:50:57 +00:00
gstbasesink.h basesink: Add GST_BASE_SINK_FLOW_DROPPED return value 2023-03-14 21:50:57 +00:00
gstbasesrc.c basesrc: add gst_base_src_push_segment() 2023-04-05 11:11:46 +00:00
gstbasesrc.h basesrc: add gst_base_src_push_segment() 2023-04-05 11:11:46 +00:00
gstbasetransform.c buffer: drop parent meta in deep copy/foreach_metadata 2022-09-28 12:34:44 -06:00
gstbasetransform.h Move files from gstreamer into the "subprojects/gstreamer/" subdir 2021-09-24 16:13:07 -03:00
gstbitreader-docs.h Move files from gstreamer into the "subprojects/gstreamer/" subdir 2021-09-24 16:13:07 -03:00
gstbitreader.c libs: base: drop use of GSlice 2023-01-24 15:25:06 +00:00
gstbitreader.h Move files from gstreamer into the "subprojects/gstreamer/" subdir 2021-09-24 16:13:07 -03:00
gstbitwriter-docs.h Move files from gstreamer into the "subprojects/gstreamer/" subdir 2021-09-24 16:13:07 -03:00
gstbitwriter.c base: bitwriter: drop use of GSlice 2023-01-24 15:25:06 +00:00
gstbitwriter.h Move files from gstreamer into the "subprojects/gstreamer/" subdir 2021-09-24 16:13:07 -03:00
gstbytereader-docs.h Move files from gstreamer into the "subprojects/gstreamer/" subdir 2021-09-24 16:13:07 -03:00
gstbytereader.c libs: base: drop use of GSlice 2023-01-24 15:25:06 +00:00
gstbytereader.h Move files from gstreamer into the "subprojects/gstreamer/" subdir 2021-09-24 16:13:07 -03:00
gstbytewriter-docs.h Move files from gstreamer into the "subprojects/gstreamer/" subdir 2021-09-24 16:13:07 -03:00
gstbytewriter.c libs: base: drop use of GSlice 2023-01-24 15:25:06 +00:00
gstbytewriter.h Move files from gstreamer into the "subprojects/gstreamer/" subdir 2021-09-24 16:13:07 -03:00
gstcollectpads.c gstreamer: re-indent with GNU indent 2.2.12 2023-03-17 03:18:53 +00:00
gstcollectpads.h Move files from gstreamer into the "subprojects/gstreamer/" subdir 2021-09-24 16:13:07 -03:00
gstdataqueue.c Move files from gstreamer into the "subprojects/gstreamer/" subdir 2021-09-24 16:13:07 -03:00
gstdataqueue.h Move files from gstreamer into the "subprojects/gstreamer/" subdir 2021-09-24 16:13:07 -03:00
gstflowcombiner.c libs: base: drop use of GSlice 2023-01-24 15:25:06 +00:00
gstflowcombiner.h Move files from gstreamer into the "subprojects/gstreamer/" subdir 2021-09-24 16:13:07 -03:00
gstindex.c baseparse: drop use of GSlice 2023-01-24 15:25:06 +00:00
gstindex.h Move files from gstreamer into the "subprojects/gstreamer/" subdir 2021-09-24 16:13:07 -03:00
gstmemindex.c baseparse: drop use of GSlice 2023-01-24 15:25:06 +00:00
gstpushsrc.c Move files from gstreamer into the "subprojects/gstreamer/" subdir 2021-09-24 16:13:07 -03:00
gstpushsrc.h BaseSrc, PushSrc: add nullable annotations to virtual methods 2023-01-26 22:35:31 +00:00
gstqueuearray.c libs: base: drop use of GSlice 2023-01-24 15:25:06 +00:00
gstqueuearray.h Move files from gstreamer into the "subprojects/gstreamer/" subdir 2021-09-24 16:13:07 -03:00
gsttypefindhelper.c typefindhelper: Avoid dead assignment 2023-04-11 07:23:48 +02:00
gsttypefindhelper.h typefindhelper: Introduce a new API for working with a GstTypeFind * 2022-11-15 14:05:40 +00:00
meson.build gir: Checkout all .gir files and check that they are updated on the CI 2023-04-22 09:32:32 -04:00
README Move files from gstreamer into the "subprojects/gstreamer/" subdir 2021-09-24 16:13:07 -03:00

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

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