gstreamer/libs/gst/base
Sebastian Dröge a76db74496 baseparse: Fix splitting and reversing of GOPs in reverse playback mode
We iterate the current discont group backwards and push each GOP forwards,
starting from the last one. However if the first buffer in the current
discont group is a keyframe, we will keep it around until next time,
which is far from ideal. Just push it.
2014-03-29 10:32:25 +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 libs: Use foo/foo.h as single-include header consistently everywhere 2012-12-12 16:44:14 +00:00
gstadapter.c adapter: Adapt gst_adapter_copy() for bindings 2014-03-15 13:16:16 +01:00
gstadapter.h adapter: Adapt gst_adapter_copy() for bindings 2014-03-15 13:16:16 +01:00
gstbaseparse.c baseparse: Fix splitting and reversing of GOPs in reverse playback mode 2014-03-29 10:32:25 +01:00
gstbaseparse.h docs: Fix typos and remove unknown annotations 2014-03-02 21:47:52 +01:00
gstbasesink.c basesink: copy last_sample on DRAIN 2014-03-24 16:34:27 +01:00
gstbasesink.h docs: Fix typos in function/object descriptions 2013-12-07 17:11:12 +00:00
gstbasesrc.c basesrc: Do not send eos when seeking after last buffer 2014-02-24 10:37:57 -03:00
gstbasesrc.h basesrc: Add gst_base_src_set_automatic_eos() API 2014-02-13 12:09:06 +01:00
gstbasetransform.c docs: fix more gtk-doc warnings 2014-02-01 16:18:13 +01:00
gstbasetransform.h docs: Fix typos in function/object descriptions 2013-12-07 17:11:12 +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 Fix FSF address 2012-11-03 20:44:48 +00: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 docs: Fix typos in function/object descriptions 2013-12-07 17:11:12 +00:00
gstbytereader.h bytereader: add inline variant of gst_byte_reader_init() 2013-12-14 18:38:41 +00:00
gstbytewriter-docs.h docs: Fix typos in function/object descriptions 2013-12-07 17:11:12 +00:00
gstbytewriter.c docs: Fix typos in function/object descriptions 2013-12-07 17:11:12 +00:00
gstbytewriter.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstcollectpads.c collectpads: When seek flushed, immediately set eospads to 0 2014-03-16 18:15:17 +01:00
gstcollectpads.h docs: Fix typos in function/object descriptions 2013-12-07 17:11:12 +00:00
gstdataqueue.c docs: Fix typos in function/object descriptions 2013-12-07 17:11:12 +00:00
gstdataqueue.h dataqueue: add gst_data_queue_push_force 2013-08-13 12:00:48 -03:00
gstindex.c Fix FSF address 2012-11-03 20:44:48 +00: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 Fix FSF address 2012-11-03 20:44:48 +00:00
gstpushsrc.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstqueuearray.c docs: fix docs for gst_queue_array_peek_head() 2013-12-14 18:31:38 +00:00
gstqueuearray.h Fix FSF address 2012-11-03 20:44:48 +00:00
gsttypefindhelper.c typefindhelper: Avoid using buffer_get_size in tight loops 2013-07-30 06:59:44 +02:00
gsttypefindhelper.h Add few missing allow-none annotation 2013-07-03 14:25:07 -04:00
Makefile.am Use GST_*_1_0 environment variables everywhere 2013-01-15 13:47:32 +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...