gstreamer/libs/gst/base
Philippe Normand e35adf5b6a baseparse: avg_bitrate calculation critical warning fix
The avg_bitrate is an unsigned int, so the gst_util_uin64_scale() function can't
be used for it, as it expects signed integers for the fraction parts arguments.

https://bugzilla.gnome.org/show_bug.cgi?id=797054
2018-08-31 15:51:47 +01:00
..
.gitignore Update a bunch of gitignores to clean up my git status output 2009-01-23 16:08:40 +00:00
base-prelude.h base: GST_EXPORT -> GST_BASE_API 2018-03-13 00:46:00 +00:00
base.h base: GST_EXPORT -> GST_BASE_API 2018-03-13 00:46:00 +00:00
gstadapter.c adapter: Check if meta transform_func is NULL before using it 2017-05-02 14:27:14 +03:00
gstadapter.h base: GST_EXPORT -> GST_BASE_API 2018-03-13 00:46:00 +00:00
gstaggregator.c aggregator: Don't leak peer pad of inactive pads when (not) forwarding QoS events to them 2018-07-26 02:33:30 +03:00
gstaggregator.h aggregator: annotate GstAggregatorClass::update_src_caps 2018-07-30 14:43:32 +02:00
gstbaseparse.c baseparse: avg_bitrate calculation critical warning fix 2018-08-31 15:51:47 +01:00
gstbaseparse.h base: GST_EXPORT -> GST_BASE_API 2018-03-13 00:46:00 +00:00
gstbasesink.c gstbasesink: Include segment.offset in the computation of position 2018-02-16 10:35:14 -03:00
gstbasesink.h base: GST_EXPORT -> GST_BASE_API 2018-03-13 00:46:00 +00:00
gstbasesrc.c basesrc: Balance unlock/unlock_stop in _src_stop() 2018-03-07 20:03:56 -05:00
gstbasesrc.h base: GST_EXPORT -> GST_BASE_API 2018-03-13 00:46:00 +00:00
gstbasetransform.c basetransform: Do not check if NULL is an emtpy caps 2018-07-19 09:11:22 +03:00
gstbasetransform.h base: GST_EXPORT -> GST_BASE_API 2018-03-13 00:46:00 +00: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 Port gtk-doc comments to their equivalent markdown syntax 2017-01-27 16:36:38 -03:00
gstbitreader.h base: GST_EXPORT -> GST_BASE_API 2018-03-13 00:46:00 +00:00
gstbytereader-docs.h docs: add a missing const in bytereader docs 2017-06-29 21:08:01 +02:00
gstbytereader.c base: fix some GIR annotations 2018-04-16 11:11:36 +03:00
gstbytereader.h base: GST_EXPORT -> GST_BASE_API 2018-03-13 00:46:00 +00:00
gstbytewriter-docs.h docs: Fix typos in function/object descriptions 2013-12-07 17:11:12 +00:00
gstbytewriter.c base: fix some GIR annotations 2018-04-16 11:11:36 +03:00
gstbytewriter.h base: GST_EXPORT -> GST_BASE_API 2018-03-13 00:46:00 +00:00
gstcollectpads.c base: fix some GIR annotations 2018-04-16 11:11:36 +03:00
gstcollectpads.h base: fix some GIR annotations 2018-04-16 11:11:36 +03:00
gstdataqueue.c Don't use deprecated g_object_newv() 2017-04-08 09:49:59 +01:00
gstdataqueue.h base: GST_EXPORT -> GST_BASE_API 2018-03-13 00:46:00 +00:00
gstflowcombiner.c flowcombiner: Fix version for ref and unref functions 2017-10-10 18:39:26 +03:00
gstflowcombiner.h base: GST_EXPORT -> GST_BASE_API 2018-03-13 00:46:00 +00:00
gstindex.c Don't use deprecated g_object_newv() 2017-04-08 09:49:59 +01:00
gstindex.h base: GST_EXPORT -> GST_BASE_API 2018-03-13 00:46:00 +00:00
gstmemindex.c Fix FSF address 2012-11-03 20:44:48 +00:00
gstpushsrc.c Port gtk-doc comments to their equivalent markdown syntax 2017-01-27 16:36:38 -03:00
gstpushsrc.h base: GST_EXPORT -> GST_BASE_API 2018-03-13 00:46:00 +00:00
gstqueuearray.c queuearray: Implement pop_tail_struct() for completeness 2018-03-05 09:39:57 +02:00
gstqueuearray.h base: GST_EXPORT -> GST_BASE_API 2018-03-13 00:46:00 +00:00
gsttypefindhelper.c typefindhelper: Mark gst_type_find_helper_get_range_full() as Since 1.14.3 2018-08-02 10:55:40 +03:00
gsttypefindhelper.h typefind: Add new gst_type_find_helper_get_range_full() that returns flow return 2018-08-02 10:54:35 +03:00
Makefile.am base: GST_EXPORT -> GST_BASE_API 2018-03-13 00:46:00 +00:00
meson.build base: GST_EXPORT -> GST_BASE_API 2018-03-13 00:46:00 +00: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...