gstreamer/libs/gst/base
Sebastian Dröge 747dfc09b2 baseparse: Remove obsolete code and move gap handling to the correct place
The segment start adjustment code in pull mode should never trigger
anymore because the bisection code earlier would have already made
sure that we're at the desired position.

Also move the gap handling some lines below after sending the currently
configured segments. Otherwise we might fill gaps in a segment that is
not configured downstream yet.
2012-03-05 14:23:17 +01:00
..
.gitignore Update a bunch of gitignores to clean up my git status output 2009-01-23 16:08:40 +00:00
gstadapter.c adapter: simplify gst_adapter_take_list() 2011-11-01 14:17:21 +00:00
gstadapter.h libs: sprinkle some G_GNUC_MALLOC 2011-11-26 18:58:38 +00:00
gstbaseparse.c baseparse: Remove obsolete code and move gap handling to the correct place 2012-03-05 14:23:17 +01:00
gstbaseparse.h baseparse: Fix documentation, it's pre_push_frame and not pre_push_buffer 2011-10-20 16:59:01 +02:00
gstbasesink.c basesink: don't compensate for render-delay twice 2012-01-05 18:04:22 +00:00
gstbasesink.h basesink: make it easy to override the pad query 2011-09-08 14:46:59 +02:00
gstbasesrc.c Suppress deprecation warnings in selected files, for g_static_rec_mutex_* mostly 2011-12-04 14:38:26 +00:00
gstbasesrc.h basesrc: add dynamic size handling 2011-06-08 20:16:25 +02:00
gstbasetransform.c basetransform: do not delay sparse stream newsegment updates 2011-12-19 17:39:11 +01:00
gstbasetransform.h basetransform: Fix bodged previous commit 2011-08-26 13:02:34 +01:00
gstbitreader-docs.h docs: fix misc. gtk-doc warnings in libs 2010-10-16 19:19:47 +01:00
gstbitreader.c base: add missing (out) annotation for byte reader/writer functions 2011-07-27 10:12:33 +01:00
gstbitreader.h libs: sprinkle some G_GNUC_MALLOC 2011-11-26 18:58:38 +00:00
gstbytereader-docs.h docs: libgstbase: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstbytereader.c base: add missing (out) annotation for byte reader/writer functions 2011-07-27 10:12:33 +01:00
gstbytereader.h libs: sprinkle some G_GNUC_MALLOC 2011-11-26 18:58:38 +00:00
gstbytewriter-docs.h docs: libgstbase: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstbytewriter.c docs: libgstbase: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstbytewriter.h libs: sprinkle some G_GNUC_MALLOC 2011-11-26 18:58:38 +00:00
gstcollectpads.c docs: fix a typo in comment 2012-02-26 23:10:58 +01:00
gstcollectpads.h gstcollectpads: Fix docs about GstCollectData list 2010-08-12 16:05:35 -03:00
gstcollectpads2.c collectpads2: add more logging 2012-02-28 20:36:59 +01:00
gstcollectpads2.h collectpads2: Move private fields from the public structs to private structs 2012-01-27 15:03:46 +01:00
gstdataqueue.c Work around deprecated thread API in glib master 2011-12-04 13:35:38 +00:00
gstdataqueue.h libs: sprinkle some G_GNUC_MALLOC 2011-11-26 18:58:38 +00:00
gstpushsrc.c libs/gst/base/gstpushsrc.c: Add some more docs here and there. 2006-07-05 18:20:58 +00:00
gstpushsrc.h docs: fix misc. gtk-doc warnings in libs 2010-10-16 19:19:47 +01:00
gsttypefindhelper.c docs, gst: typo fixes 2011-09-07 18:03:17 +01:00
gsttypefindhelper.h typefind: add a new method that also uses the file extension 2010-01-12 17:34:39 +01:00
Makefile.am base: Add collectpads2 2011-10-28 09:36:06 +02: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...