gstreamer/libs/gst/base
Wim Taymans 21ea3fdd96 basesrc: PAUSED<->PLAY doesn't change pool state
Don't change the state of the bufferpool when going between PAUSED and PLAYING,
it will dealloc and realloc all buffers, which is clearly too invasive. We will
need to add some other way of unblocking the bufferpool.
2011-08-04 13:48:11 +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 buffer: add index to _take_memory() 2011-06-13 16:31:53 +02:00
gstadapter.h memory: port code to new buffer data API 2011-03-28 20:08:45 +02:00
gstbaseparse.c base: update for query API changes 2011-07-28 11:24:19 +01:00
gstbaseparse.h baseparse: provide latency query support 2011-05-18 09:49:22 +02:00
gstbasesink.c base: update for query API changes 2011-07-28 11:24:19 +01:00
gstbasesink.h basesink: make it easy to override the pad query 2011-07-26 12:21:38 +02:00
gstbasesrc.c basesrc: PAUSED<->PLAY doesn't change pool state 2011-08-04 13:48:11 +02:00
gstbasesrc.h basesrc: improve docs 2011-07-26 12:20:55 +02:00
gstbasetransform.c basetrans: also pass allocation query in in_place 2011-07-27 12:45:17 +01:00
gstbasetransform.h basetransform: fix sink event handling 2011-07-22 21:17:42 +02:00
gstbitreader-docs.h docs: fix misc. gtk-doc warnings in libs 2010-10-16 19:19:47 +01:00
gstbitreader.c Merge branch 'master' into 0.11 2011-07-27 12:50:39 +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 Merge branch 'master' into 0.11 2011-07-27 12:50:39 +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 buffer: add index to _take_memory() 2011-06-13 16:31:53 +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 basesrc: Allocator buffers from negotiated allocator 2011-06-13 12:07:03 +02:00
gstpushsrc.h basesrc: Allocator buffers from negotiated allocator 2011-06-13 12:07:03 +02: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 gst: make compiler warn about unstable API if GST_USE_UNSTABLE_API is not defined 2011-07-05 09:46:43 +01: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...