gstreamer/libs/gst/base
Wim Taymans 3cb8b33935 message: move the new_base_time flag to async_done
Move the flag to indicate that a new_base_time should be distributed to the
pipeline, from the async_start to the async_done message. This would allow us to
decide when to reset the pipeline time based on other reasons than the
FLUSH_START event.

The main goal eventually is to make the FLUSH events not reset time at all but
reset the time based on the first buffer or segment that prerolls the pipeline
again.
2011-06-08 13:45:19 +02:00
..
.gitignore Update a bunch of gitignores to clean up my git status output 2009-01-23 16:08:40 +00:00
gstadapter.c docs: update for API changes 2011-06-05 18:57:56 +01:00
gstadapter.h memory: port code to new buffer data API 2011-03-28 20:08:45 +02:00
gstbaseparse.c baseparse: use caps event instead of setcaps 2011-06-02 19:24:26 +02:00
gstbaseparse.h baseparse: provide latency query support 2011-05-18 09:49:22 +02:00
gstbasesink.c message: move the new_base_time flag to async_done 2011-06-08 13:45:19 +02:00
gstbasesink.h docs: update for API changes 2011-06-05 18:57:56 +01:00
gstbasesrc.c docs: update for API changes 2011-06-05 18:57:56 +01:00
gstbasesrc.h docs: update for API changes 2011-06-05 18:57:56 +01:00
gstbasetransform.c caps: use the caps event 2011-06-07 09:43:20 +02:00
gstbasetransform.h base: Improve negotiation with new getcaps() filter 2011-05-16 15:33:10 +02:00
gstbitreader-docs.h docs: fix misc. gtk-doc warnings in libs 2010-10-16 19:19:47 +01:00
gstbitreader.c memory: port code to new buffer data API 2011-03-28 20:08:45 +02:00
gstbitreader.h memory: port code to new buffer data API 2011-03-28 20:08:45 +02:00
gstbytereader-docs.h docs: libgstbase: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstbytereader.c memory: port code to new buffer data API 2011-03-28 20:08:45 +02:00
gstbytereader.h Merge branch 'master' into 0.11-fdo 2011-03-28 20:11:20 +02:00
gstbytewriter-docs.h docs: libgstbase: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstbytewriter.c bytewriter: don't add NULL data 2011-03-31 18:39:57 +02:00
gstbytewriter.h Merge branch 'master' into 0.11-fdo 2011-03-28 20:11:20 +02:00
gstcollectpads.c event: Make SEGMENT event parsing API more consistent with the others 2011-05-18 16:56:43 +02:00
gstcollectpads.h memory: port code to new buffer data API 2011-03-28 20:08:45 +02:00
gstdataqueue.c libs: cleanups for 0.11 2011-02-22 19:09:48 +01:00
gstdataqueue.h libs: cleanups for 0.11 2011-02-22 19:09:48 +01:00
gstpushsrc.c docs: update for API changes 2011-06-05 18:57:56 +01:00
gstpushsrc.h docs: fix misc. gtk-doc warnings in libs 2010-10-16 19:19:47 +01:00
gsttypefindhelper.c feature: use object name 2011-05-24 18:17:24 +02:00
gsttypefindhelper.h memory: port code to new buffer data API 2011-03-28 20:08:45 +02:00
Makefile.am Merge branch 'master' into 0.11 2011-04-16 16:06:02 +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...