gstreamer/subprojects/gstreamer/libs/gst/base
2023-01-26 22:35:31 +00: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 buffer: drop parent meta in deep copy/foreach_metadata 2022-09-28 12:34:44 -06:00
gstadapter.h Move files from gstreamer into the "subprojects/gstreamer/" subdir 2021-09-24 16:13:07 -03:00
gstaggregator.c aggregator: Warn about the right segment's format 2023-01-26 10:39:08 +01: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 Replace gst-i18n-*.h with gi18n-lib.h 2022-04-19 18:01:06 +00:00
gstbasesink.h basesink: Fix annotations 2022-03-16 10:37:44 +00:00
gstbasesrc.c basesrc: respect FIXED_CAPS flag in caps query implementation 2022-12-17 12:04:49 +00:00
gstbasesrc.h BaseSrc, PushSrc: add nullable annotations to virtual methods 2023-01-26 22:35:31 +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 Move files from gstreamer into the "subprojects/gstreamer/" subdir 2021-09-24 16:13:07 -03: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 libs: base: drop use of GSlice 2023-01-24 15:25:06 +00:00
gsttypefindhelper.h typefindhelper: Introduce a new API for working with a GstTypeFind * 2022-11-15 14:05:40 +00:00
meson.build meson: Namespace the plugins_doc_dep/libraries variables 2022-09-01 21:17:35 +00: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...